public class SimpleObjectMapper<T> extends Object
ObjectMapper that has following advantages over ObjectMapper:
ObjectReader and ObjectWriter which are immutable| Constructor and Description |
|---|
SimpleObjectMapper(Class<T> clz) |
SimpleObjectMapper(org.codehaus.jackson.map.ObjectMapper mapper,
Class<T> clz) |
public String serialize(T t) throws IOException
IOExceptionpublic T deserialize(@Nullable String syncToken) throws IOException
IOExceptionCopyright © 2022 Atlassian. All rights reserved.