EasyNetwork

Table of Contents

  • Getting Started
  • Tutorials
  • How-to Guide
  • Advanced Guide
  • Alternative Implementations
  • API Reference
    • Clients API
    • Servers API
    • Serializers
      • Abstract Base Classes
      • Composite Serializers
      • JSON Serializer
      • Pickle Serializer
      • String Serializer
      • Structure Serializer
      • CBOR Serializer
      • MessagePack Serializer
      • Base64 Encoder Serializer
      • Compressor Serializers
      • Serializer implementation tools
    • Converters
    • Protocols
    • Exceptions
    • Warnings
    • Low-level API
  • Glossary

Links

  • GitHub
  • PyPI
  • Release Notes
  • Index
  • Module Index
EasyNetwork
  • API Reference
  • Serializers
  • View page source

Serializers

EasyNetwork’s packet serializers module.


Built-In Serializers

  • Abstract Base Classes
    • Top-Level Base Classes
    • Stream Base Classes
  • Composite Serializers
    • StapledPacketSerializer
    • StapledIncrementalPacketSerializer
    • StapledBufferedIncrementalPacketSerializer
  • JSON Serializer
    • JSONSerializer
    • Configuration
  • Pickle Serializer
    • PickleSerializer
    • Configuration
  • String Serializer
    • StringLineSerializer
  • Structure Serializer
    • StructSerializer
    • NamedTupleStructSerializer
    • Abstract Structure Interface
  • CBOR Serializer
    • CBORSerializer
    • Configuration
  • MessagePack Serializer
    • MessagePackSerializer
    • Configuration

See also

How-to — Communication Protocols

Describes where and when a serializer is used.

How-to — Serializers

Describes how to create your own serializer.


Serializer Wrappers

  • Base64 Encoder Serializer
    • Base64EncoderSerializer
    • Base64EncoderSerializer.generate_key()
  • Compressor Serializers
    • BZ2CompressorSerializer
    • ZlibCompressorSerializer
    • Abstract Compressor Interface

See also

How-to — Serializer Combinations

Describes where and when a serializer wrapper is used.


Miscellaneous

  • Serializer implementation tools
    • GeneratorStreamReader
Previous Next

© Copyright 2021-2025, Francis Clairicia-Rose-Claire-Josephine.

Built with Sphinx using a theme provided by Read the Docs.