# Structs
GobSerializer uses gob package to encode the session map.
JSONSerializer encode the session map to JSON.
RedisStore stores sessions in a redis backend.
No description provided by the author
# Interfaces
Serializer provides an interface hook for alternative serializers.