Class StringCodec

    • Field Detail

    • Constructor Detail

      • StringCodec

        public StringCodec()
      • StringCodec

        public StringCodec​( classLoader)
      • StringCodec

        public StringCodec​( charsetName)
      • StringCodec

        public StringCodec​( charset)
    • Method Detail

      • getValueDecoder

        public > getValueDecoder()
        Description copied from interface: Codec
        Returns object decoder used for any objects stored Redis structure except HMAP
        Returns:
        decoder
      • getValueEncoder

        public Encoder getValueEncoder()
        Description copied from interface: Codec
        Returns object encoder used for any objects stored Redis structure except HMAP
        Returns:
        encoder