*********** Serializers *********** .. automodule:: easynetwork.serializers ----- .. toctree:: :maxdepth: 2 :caption: Built-In Serializers abc composite json pickle line struct cbor msgpack .. seealso:: :doc:`/howto/protocols` Describes where and when a :term:`serializer` is used. :doc:`/howto/advanced/serializers` Describes how to create your own serializer. ----- .. automodule:: easynetwork.serializers.wrapper :no-docstring: .. toctree:: :caption: Serializer Wrappers :maxdepth: 2 wrappers/base64 wrappers/compressor .. seealso:: :doc:`/howto/advanced/serializer_combinations` Describes where and when a :term:`serializer wrapper` is used. ----- .. toctree:: :caption: Miscellaneous :maxdepth: 2 tools