Uses of Interface
com.badlogic.gdx.utils.Json.Serializer
-
Packages that use Json.Serializer Package Description com.badlogic.gdx.utils -
-
Uses of Json.Serializer in com.badlogic.gdx.utils
Classes in com.badlogic.gdx.utils that implement Json.Serializer Modifier and Type Class Description static classJson.ReadOnlySerializer<T>Methods in com.badlogic.gdx.utils that return Json.Serializer Modifier and Type Method Description <T> Json.Serializer<T>Json. getSerializer(java.lang.Class<T> type)Methods in com.badlogic.gdx.utils with parameters of type Json.Serializer Modifier and Type Method Description voidJson. setDefaultSerializer(Json.Serializer defaultSerializer)Sets the serializer to use when the type being deserialized is not known (null).<T> voidJson. 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.
-