Interface Codec<T>

    • Method Detail

      • encode

        byte[] encode​(T object)
        Encodes the object returns a byte array representation.