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