ccc.plugins.s11n.json
Class TempSerializer

java.lang.Object
  extended by ccc.plugins.s11n.json.ResSerializer<T>
      extended by ccc.plugins.s11n.json.ResourceSerializer<Resource>
          extended by ccc.plugins.s11n.json.TempSerializer
All Implemented Interfaces:
Serializer<Resource>

public class TempSerializer
extends ResourceSerializer<Resource>

Serializer for Resources.

Author:
Civic Computing Ltd.

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

Constructor Detail

TempSerializer

public TempSerializer()
Method Detail

createObject

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

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


Copyright © 2010. All Rights Reserved.