Class ReusingDeserializationDelegate<T>

    • Constructor Detail

      • ReusingDeserializationDelegate

        public ReusingDeserializationDelegate​(org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer)
    • Method Detail

      • write

        public void write​(org.apache.flink.core.memory.DataOutputView out)
                   throws IOException
        Specified by:
        write in interface org.apache.flink.core.io.IOReadableWritable
        Throws:
        IOException
      • read

        public void read​(org.apache.flink.core.memory.DataInputView in)
                  throws IOException
        Specified by:
        read in interface org.apache.flink.core.io.IOReadableWritable
        Throws:
        IOException