Interface Serde<T>

    • Method Detail

      • configure

        void configure​(java.util.Map<java.lang.String,​?> configs,
                       boolean isKey)
        Configure this class, which will configure the underlying serializer and deserializer.
        Parameters:
        configs - configs in key/value pairs
        isKey - whether is for key or value
      • close

        void close()
        Close this serde class, which will close the underlying serializer and deserializer. This method has to be idempotent because it might be called multiple times.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable