Description |
serpy is a super simple object serialization framework built for speed.
serpy serializes complex datatypes (Django Models, custom classes, ...)
to simple native types (dicts, lists, strings, ...). The native types can
easily be converted to JSON or any other format needed.
The goal of serpy is to be able to do this simply, reliably, and quickly.
Since serializers are class based, they can be combined, extended and
customized with very little code duplication. Compared to other popular
Python serialization frameworks like marshmallow or Django Rest Framework
Serializers serpy is at least an order of magnitude faster.
Python 3 version.
|