# Functions
NewDecoder decodes a new decoder, the implementation is not thread safe.
NewEncoder creates a new encoder, the implementation is not thread safe.
NewMockDecoder creates a new mock instance.
NewMockEncoder creates a new mock instance.
NewOptions creates a new Options.
# Structs
Configuration configures an Encoder or a Decoder.
MockDecoder is a mock of Decoder interface.
MockDecoderMockRecorder is the mock recorder for MockDecoder.
MockEncoder is a mock of Encoder interface.
MockEncoderMockRecorder is the mock recorder for MockEncoder.
# Interfaces
Decoder decodes into an unmarshaler.
Encoder encodes the marshaler.
Marshaler can be marshalled.
Options configures a encoder or decoder.
Unmarshaler can be unmarshalled from bytes.