Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d.ui | |
com.badlogic.gdx.utils |
Modifier and Type | Method and Description |
---|---|
protected Json |
Skin.getJsonLoader(FileHandle skinFile) |
Modifier and Type | Method and Description |
---|---|
void |
Json.Serializable.read(Json json,
JsonValue jsonData) |
T |
Json.Serializer.read(Json json,
JsonValue jsonData,
java.lang.Class type) |
abstract T |
Json.ReadOnlySerializer.read(Json json,
JsonValue jsonData,
java.lang.Class type) |
void |
Json.Serializable.write(Json json) |
void |
Json.Serializer.write(Json json,
T object,
java.lang.Class knownType) |
void |
Json.ReadOnlySerializer.write(Json json,
T object,
java.lang.Class knownType) |