Modifier and Type | Method and Description |
---|---|
static <T> PojoSerializer<T> |
LambdaEventSerializers.serializerFor(Class<T> eventClass,
ClassLoader classLoader)
Return a serializer for the event class
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrgJsonSerializer<T>
Interface for event serializers that use org json
|
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 |
---|---|
<T> PojoSerializer<T> |
JacksonFactory.getSerializer(Class<T> clazz) |
<T> PojoSerializer<T> |
PojoSerializerFactory.getSerializer(Class<T> clazz) |
<T> PojoSerializer<T> |
GsonFactory.getSerializer(Class<T> clazz) |
PojoSerializer<Object> |
JacksonFactory.getSerializer(Type type) |
PojoSerializer<Object> |
PojoSerializerFactory.getSerializer(Type type) |
PojoSerializer<Object> |
GsonFactory.getSerializer(Type type) |
Copyright © 2023. All rights reserved.