Package | Description |
---|---|
com.badlogic.gdx.utils |
Modifier and Type | Class and Description |
---|---|
static class |
Json.ReadOnlySerializer<T> |
Modifier and Type | Method and Description |
---|---|
<T> Json.Serializer<T> |
Json.getSerializer(java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
void |
Json.setDefaultSerializer(Json.Serializer defaultSerializer) |
<T> void |
Json.setSerializer(java.lang.Class<T> type,
Json.Serializer<T> serializer) |