Package org.apache.flink.runtime.plugable
-
Interface Summary Interface Description DeserializationDelegate<T> The deserialization delegate is used during deserialization to read an arbitrary element as if it implementsIOReadableWritable
, with the help of a type serializer. -
Class Summary Class Description NonReusingDeserializationDelegate<T> ADeserializationDelegate
that always creates a new instance upon deserialization.ReusingDeserializationDelegate<T> ADeserializationDelegate
that reuses an existing instance upon deserialization.SerializationDelegate<T> The serialization delegate exposes an arbitrary element as aIOReadableWritable
for serialization, with the help of a type serializer.