ccc.plugins.s11n.json
Class APISerializer

java.lang.Object
  extended by ccc.plugins.s11n.json.ResSerializer<API>
      extended by ccc.plugins.s11n.json.APISerializer
All Implemented Interfaces:
Serializer<API>

public class APISerializer
extends ResSerializer<API>

Serializer for Resources.

Author:
Civic Computing Ltd.

Constructor Summary
APISerializer()
           
 
Method Summary
protected  API createObject()
          Create a new instance of type T.
 
Methods inherited from class ccc.plugins.s11n.json.ResSerializer
read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APISerializer

public APISerializer()
Method Detail

createObject

protected API createObject()
Create a new instance of type T.

Specified by:
createObject in class ResSerializer<API>
Returns:
The newly created instance of T.


Copyright © 2010. All Rights Reserved.