# Functions
New returns a new serializer based on the serializerType.
RegisterSerializer registers a new serializer with the given name.
# Structs
DefaultJSONSerializer leverages the default `json` to serialize the items before storing them in the cache.
MsgpackSerializer leverages `msgpack` to serialize the items before storing them in the cache.
# Interfaces
ISerializer is the interface that wraps the basic serializer methods.