espp/serialization

0.21.0

uploaded 2 days ago
Binary (de-)Serialization (alpaca) component for ESP-IDF

readme

# Serialization Component

The serialization library is a light wrapper around the third-party `alpaca
<https://github.com/p-ranav/alpaca>`_ serialization library, providing
boilerplate-free binary (de-)serialization of arbitrary objects.

The `Serialization` component provides a simple wrapper with reasonable default
options around `alpaca`. The default serialization/deserialization options are
configured such that messages / types can be distinguished from each other.

## Example

The [example](./example) shows the use of the `serialization` component (and the
`alpaca` library it wraps) to perform robust and reliable binary serialization
and deserialization of arbitrary objects.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/serialization^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 1.01 MB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/serialization version: 0.21.0
|