Interface SerializableList

    • Field Detail

      • INITIAL_BYTE_ARRAY_LENGTH_FOR_MEMORY_CONTROL

        static final int INITIAL_BYTE_ARRAY_LENGTH_FOR_MEMORY_CONTROL
    • Method Detail

      • serialize

        void serialize​(org.apache.iotdb.tsfile.utils.PublicBAOS outputStream)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        void deserialize​(java.nio.ByteBuffer byteBuffer)
      • release

        void release()
      • init

        void init()
      • serialize

        default void serialize()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        default void deserialize()
                          throws java.io.IOException
        Throws:
        java.io.IOException