CopaApp
Change of Plan Application
 All Classes Functions Variables Pages
Static Public Member Functions | List of all members
unicopa.copa.base.com.serialization.ClientSerializer Class Reference

The serializer to be used by the client. More...

Inheritance diagram for unicopa.copa.base.com.serialization.ClientSerializer:
Inheritance graph
Collaboration diagram for unicopa.copa.base.com.serialization.ClientSerializer:
Collaboration graph

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
 

Detailed Description

The serializer to be used by the client.

Author
Felix Wiemuth

The documentation for this class was generated from the following file: