|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.plugins.s11n.json.GroupSerializer
public class GroupSerializer
Serializer for Group
s.
Constructor Summary | |
---|---|
GroupSerializer()
|
Method Summary | |
---|---|
Group |
read(Json json)
Deserialize from a representation. |
Json |
write(Json json,
Group 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 GroupSerializer()
Method Detail |
---|
public Group read(Json json)
read
in interface Serializer<Group>
json
- The wire representation.
public Json write(Json json, Group instance)
write
in interface Serializer<Group>
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 |