| Constructor and Description |
|---|
JavaSerializationCodec() |
| Modifier and Type | Method and Description |
|---|---|
Function<Buffer,T> |
decoder(Consumer<T> next)
Provide the caller with a decoder to turn a source object into an instance of the input
type.
|
Function<T,Buffer> |
encoder()
Provide the caller with an encoder to turn an output object into an instance of the source
type.
|