@Wire(failOnNull=false) public class EntitySerializer extends Object implements com.badlogic.gdx.utils.Json.Serializer<Entity>
| Constructor and Description |
|---|
EntitySerializer(World world,
com.artemis.io.ReferenceTracker referenceTracker) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
read(com.badlogic.gdx.utils.Json json,
com.badlogic.gdx.utils.JsonValue jsonData,
Class type) |
void |
write(com.badlogic.gdx.utils.Json json,
Entity e,
Class knownType) |
public EntitySerializer(World world, com.artemis.io.ReferenceTracker referenceTracker)
Copyright © 2016. All rights reserved.