Interface ByteArrayConverter

    • Method Detail

      • toBytes

        byte[] toBytes​(DataConverter dc)
                throws java.io.IOException
        Returns a byte array representing this implementor of this interface.
        Parameters:
        dc - the data converter to use
        Returns:
        a byte array representing this object
        Throws:
        java.io.IOException