public class DefaultObjectMapper extends Object implements org.adorsys.encobject.userdata.ObjectMapperSPI
| Constructor and Description |
|---|
DefaultObjectMapper() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
readValue(byte[] src,
Class<T> klass) |
<T> byte[] |
writeValueAsBytes(T t) |
public <T> T readValue(byte[] src,
Class<T> klass)
throws IOException
readValue in interface org.adorsys.encobject.userdata.ObjectMapperSPIIOExceptionpublic <T> byte[] writeValueAsBytes(T t)
throws IOException
writeValueAsBytes in interface org.adorsys.encobject.userdata.ObjectMapperSPIIOExceptionCopyright © 2017. All rights reserved.