# Functions
NewJSONSerializer returns JSONSerializer.
NewSerializerRegistry creates a registry of serializers.
# Structs
JSONSerializer encodes/decodes a task messages in JSON format.
SerializerRegistry encodes/decodes task messages using registered serializers.
Task represents a task message that provides essential params to run a task.
# Interfaces
Serializer encodes/decodes Celery tasks (message's body param to be precise).