asphalt-serialization

Serialization component for the Asphalt framework


Keywords
python3, serialization
License
Apache-2.0
Install
pip install asphalt-serialization==6.0.0

Documentation

Build Status Code Coverage

This Asphalt framework component provides a standardized interface for a number of different serialization algorithms:

Additional backends may be provided through third party plugins.

Some serializers also provide hooks for safely (un)marshalling custom types and this mechanism can easily be plugged into a third party marshalling library.

Project links