public interface JsonMarshaller<T>
Created by Aliaksandr_Shcherbin on 2/24/2017.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
marshal(T object,
JsonMarshalContext context) |
T |
unmarshal(java.lang.String jsonString,
JsonMarshalContext context) |
java.lang.String marshal(T object, JsonMarshalContext context)
T unmarshal(java.lang.String jsonString, JsonMarshalContext context)