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

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

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

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
 

Detailed Description

The serializer to be used by the server.

Author
Felix Wiemuth

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