Interface Decoder

All Superinterfaces:
CodecIdentifierProvider
All Known Implementing Classes:
ChainedDecoder, HTML4Decoder, RawCodec

public interface Decoder extends CodecIdentifierProvider
interface for decoder methods
Since:
2.3
  • Method Details

    • decode

      Object decode(Object o)
      Decode given input object
      Parameters:
      o - the input object
      Returns:
      the decoded object