|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Jsonator<T>
Interface to implement if you want to provide a method to create a JSON representation of an object
Method Summary | |
---|---|
Json |
convert(T object)
Creates a Json representation of a given object |
Method Detail |
---|
Json convert(T object)
Json
representation of a given object
object
- the object to be serialized
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |