public class JacksonAwsFunctionSerializer extends Object implements AwsFunctionSerializer
| Modifier and Type | Field and Description |
|---|---|
(package private) static com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
JacksonAwsFunctionSerializer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] bytes,
Class<T> clazz) |
byte[] |
serialize(Object object) |
public byte[] serialize(Object object) throws IOException
serialize in interface AwsFunctionSerializerIOExceptionpublic <T> T deserialize(byte[] bytes,
Class<T> clazz)
throws IOException
deserialize in interface AwsFunctionSerializerIOExceptionCopyright © 2019. All rights reserved.