buildGson
Builds a Gson instance with the given serializer.
Return
Gson instance with the given serializer.
Parameters
T
The type of the object to be serialized.
serializer
The JsonDeserializer to be used for serialization.
Builds a Gson instance with the given serializer.
Gson instance with the given serializer.
The type of the object to be serialized.
The JsonDeserializer to be used for serialization.