# Packages
No description provided by the author
# Functions
GetMarshaler returns the appropriate Marshaler based on the given accept header.
GetUnmarshaler returns the appropriate Unmarshaler based on the given content type.
# Constants
ContentTypeJSON holds the HTML content-type of a JSON payload.
ContentTypeProtobuf holds the HTML content-type of a Protobuf payload.
# Interfaces
Marshaler is an interface implemented by all stats serializers.
Unmarshaler is an interface implemented by all process stats deserializers.