| Interface | Description |
|---|---|
| DeserializationDelegate<T> |
The deserialization delegate is used during deserialization to read an arbitrary element as if it
implements
IOReadableWritable, with the help of a type serializer. |
| Class | Description |
|---|---|
| NonReusingDeserializationDelegate<T> |
A
DeserializationDelegate that always creates a new instance upon deserialization. |
| ReusingDeserializationDelegate<T> |
A
DeserializationDelegate that reuses an existing instance upon deserialization. |
| SerializationDelegate<T> |
The serialization delegate exposes an arbitrary element as a
IOReadableWritable for
serialization, with the help of a type serializer. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.