# Functions
NewSimpleClientNegotiator will negotiate for a single serializer.
# Structs
NegotiateError is returned when a ClientNegotiator is unable to locate a serializer for the requested operation.
# Interfaces
ClientNegotiator handles turning an HTTP content type into the appropriate encoder.
Decoder attempts to load an object from data.
Encoder writes objects to a serialized form.