Package org.apache.flink.runtime.plugable
package org.apache.flink.runtime.plugable
-
ClassDescriptionThe deserialization delegate is used during deserialization to read an arbitrary element as if it implements
IOReadableWritable, with the help of a type serializer.ADeserializationDelegatethat always creates a new instance upon deserialization.ADeserializationDelegatethat reuses an existing instance upon deserialization.The serialization delegate exposes an arbitrary element as aIOReadableWritablefor serialization, with the help of a type serializer.