public interface Serializer
AesJsonObjectEncoder| 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 © 2019. All rights reserved.