T
- type of objects to marshalpublic interface JsonObjectMarshaller<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
marshal(T object)
Marshal an object into a json representation.
|
java.lang.String marshal(T object)
object
- to marshal