Interface IGenericSerializer<T,​I extends java.io.DataInput,​O extends java.io.DataOutput>

    • Method Detail

      • serialize

        void serialize​(T t,
                       O out)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        T deserialize​(I in)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • serializedSize

        long serializedSize​(T t)