public class TransmuterEntrySerializer extends Object implements com.badlogic.gdx.utils.Json.Serializer<ArchetypeMapper.TransmuterEntry>
| Constructor and Description |
|---|
TransmuterEntrySerializer() |
| Modifier and Type | Method and Description |
|---|---|
ArchetypeMapper.TransmuterEntry |
read(com.badlogic.gdx.utils.Json json,
com.badlogic.gdx.utils.JsonValue jsonData,
Class type) |
void |
write(com.badlogic.gdx.utils.Json json,
ArchetypeMapper.TransmuterEntry object,
Class knownType) |
public void write(com.badlogic.gdx.utils.Json json,
ArchetypeMapper.TransmuterEntry object,
Class knownType)
write in interface com.badlogic.gdx.utils.Json.Serializer<ArchetypeMapper.TransmuterEntry>public ArchetypeMapper.TransmuterEntry read(com.badlogic.gdx.utils.Json json, com.badlogic.gdx.utils.JsonValue jsonData, Class type)
read in interface com.badlogic.gdx.utils.Json.Serializer<ArchetypeMapper.TransmuterEntry>Copyright © 2016. All rights reserved.