serpy icon indicating copy to clipboard operation
serpy copied to clipboard

Ordering

Open Harut opened this issue 7 years ago • 0 comments

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

Harut avatar Mar 10 '17 09:03 Harut