|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.plugins.s11n.json.ResSerializer<T>
ccc.plugins.s11n.json.ResourceSerializer<Folder>
ccc.plugins.s11n.json.FolderSerializer
public class FolderSerializer
Serializer for Folder
s.
Constructor Summary | |
---|---|
FolderSerializer()
|
Method Summary | |
---|---|
protected Folder |
createObject()
Create a new instance of type T. |
Folder |
read(Json json)
Deserialize from a representation. |
Json |
write(Json json,
Folder instance)
Serialize to representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FolderSerializer()
Method Detail |
---|
public Folder read(Json json)
read
in interface Serializer<Folder>
read
in class ResourceSerializer<Folder>
json
- The wire representation.
protected Folder createObject()
createObject
in class ResSerializer<Folder>
public Json write(Json json, Folder instance)
write
in interface Serializer<Folder>
write
in class ResourceSerializer<Folder>
json
- The wire representation.instance
- The object to serialize.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |