Uses of Class
com.google.gson.LongSerializationPolicy
-
Packages that use LongSerializationPolicy Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa. -
-
Uses of LongSerializationPolicy in com.google.gson
Methods in com.google.gson that return LongSerializationPolicy Modifier and Type Method Description static LongSerializationPolicy
LongSerializationPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static LongSerializationPolicy[]
LongSerializationPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gson with parameters of type LongSerializationPolicy Modifier and Type Method Description GsonBuilder
GsonBuilder. setLongSerializationPolicy(LongSerializationPolicy serializationPolicy)
Configures Gson to apply a specific serialization policy forLong
andlong
objects.
-