clarkduvall / serpy

ridiculously fast object serialization
http://serpy.readthedocs.org/en/latest/
MIT License
960 stars 62 forks source link

Ordering #42

Open Harut opened 7 years ago

Harut commented 7 years ago

Ordering fields allows to have human-readable serialized data. It is also easy to compare and test while migrating from DRF.

Fields are ordered based on class hierarchy and creation time. Also added a function to set custom order for serialized fields.

-py2.6 support