The serializer to be used by the server. More...
Static Public Member Functions | |
static AbstractRequest | deserializeRequest (String json) throws APIException |
Static Public Member Functions inherited from unicopa.copa.base.com.serialization.Serializer | |
static String | serialize (Object object) |
Additional Inherited Members | |
Static Protected Member Functions inherited from unicopa.copa.base.com.serialization.Serializer | |
static Object | deserialize (String json, String...packagePrefixes) throws APIException |
Deserialize a JSON string to produce an expected object of a class known to the system. More... | |
Static Protected Attributes inherited from unicopa.copa.base.com.serialization.Serializer | |
static final JsonParser | parser = new JsonParser() |
static final Gson | gson |
The serializer to be used by the server.