public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
Object |
jsonBytesToObject(byte[] json,
Class<?> c) |
String |
objectToJson(Object object) |
String objectToJson(Object object) throws JsonException
JsonExceptionObject jsonBytesToObject(byte[] json, Class<?> c) throws JsonException
JsonExceptionCopyright © 2015. All rights reserved.