public interface Serializer
ObjectEncoder| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(String arg,
Class<T> targetClass) |
String |
serialize(Object object) |
String serialize(Object object) throws IOException
IOException<T> T deserialize(String arg, Class<T> targetClass) throws ParseException, IOException
ParseExceptionIOExceptionCopyright © 2018. All rights reserved.