| Constructor and Description |
|---|
AbstractSerializer(Upcaster<SerializedObject<byte[],?>> upcasterChain) |
| Constructor and Description |
|---|
JacksonSerializer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Upcaster<SerializedObject<byte[],?>> upcasterChain) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T,S extends SerializedObject<T,S>> |
UpcasterChain.create(Collection<?> upcasters,
Class<T> dataType) |
static <T> Upcaster<SerializedObject<byte[],?>> |
UpcasterChain.create(Collection<?> upcasters,
Converter<T> converter) |
Copyright © 2019 Flux Capacitor. All rights reserved.