public class JsonSerializer extends Object implements Serializer
| Constructor and Description |
|---|
JsonSerializer(org.codehaus.jackson.map.ObjectMapper objectMapper) |
public JsonSerializer(org.codehaus.jackson.map.ObjectMapper objectMapper)
public String serialize(Object object) throws IOException
serialize in interface SerializerIOExceptionpublic <T> T deserialize(String arg, Class<T> targetClass) throws ParseException, IOException
deserialize in interface SerializerParseExceptionIOExceptionCopyright © 2016. All rights reserved.