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(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<T> clz) |
public String serialize(T t) throws IOException
IOExceptionpublic T deserialize(@Nullable String syncToken) throws IOException
IOExceptionCopyright © 2024 Atlassian. All rights reserved.