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