| Package | Description |
|---|---|
| com.amazonaws.services.lambda.runtime.serialization.events.serializers |
| Modifier and Type | Class and Description |
|---|---|
class |
S3EventSerializer<T>
Serializer for S3 event
NOTE: Because the s3 event class provided by the SDK does not play well with Jackson through a class laoder,
this class uses the low level org json library to serialize and deserialize the event.
|
| Modifier and Type | Method and Description |
|---|---|
OrgJsonSerializer<T> |
OrgJsonSerializer.withClass(Class<T> eventClass) |
OrgJsonSerializer<T> |
OrgJsonSerializer.withClassLoader(ClassLoader classLoader) |
Copyright © 2020. All rights reserved.