| 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)
Sets the serializer to use when the type being deserialized is not known (null).
|
<T> void |
Json.setSerializer(java.lang.Class<T> type,
Json.Serializer<T> serializer)
Registers a serializer to use for the specified type instead of the default behavior of serializing all of an objects
fields.
|