Interface CodecFactory

    • Method Detail

      • init

        void init​(Map<String,​String> options)
        Initializes the codec factory using a map of options.
      • newCodec

        <T> Codec<T> newCodec​(Class<T> objectClass)
        Returns a codec object enables to encode/decode object ot class T.