public interface ObjectMapperSPI
| Modifier and Type | Method and Description |
|---|---|
<T> T |
readValue(byte[] src,
Class<T> klass) |
<T> byte[] |
writeValueAsBytes(T t) |
<T> T readValue(byte[] src,
Class<T> klass)
throws IOException
IOException<T> byte[] writeValueAsBytes(T t)
throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.