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