The serializer to be used by the client. More...
Static Public Member Functions | |
static AbstractResponse | deserializeResponse (String json) throws APIException, PermissionException, RequestNotPracticableException, InternalErrorException |
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 client.