|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.plugins.s11n.json.PagedCollectionSerializer<T>
T
- The type of collection to be serialized / deserialized.public class PagedCollectionSerializer<T>
Serializer for PagedCollection
s.
Constructor Summary | |
---|---|
PagedCollectionSerializer()
|
Method Summary | |
---|---|
PagedCollection<T> |
read(Json json)
Deserialize from a representation. |
Json |
write(Json json,
PagedCollection<T> 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 PagedCollectionSerializer()
Method Detail |
---|
public PagedCollection<T> read(Json json)
read
in interface Serializer<PagedCollection<T>>
json
- The wire representation.
public Json write(Json json, PagedCollection<T> instance)
write
in interface Serializer<PagedCollection<T>>
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 |