Module Overview

November 29, 2024 ยท View on GitHub

Paradict API Reference

Home | Project | Module | Source

Module Overview

Module: paradict.serializer.__init__

High-level functions to serialize Python dict in Paradict binary/text format

Functions

  • All functions
    • encode: Serialize a Python dict object with the Paradict binary format
    • pack: Serialize a Python dict object with the Paradict binary format

Back to top