Skip to content

Commit 2424ab0

Browse files
committed
Merge pull request #3397 from nryoung/add-serpy
Add link to serpy serialization
2 parents 31539e1 + 5c076e1 commit 2424ab0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/api-guide/serializers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,9 @@ The following third party packages are also available.
10321032

10331033
The [django-rest-marshmallow][django-rest-marshmallow] package provides an alternative implementation for serializers, using the python [marshmallow][marshmallow] library. It exposes the same API as the REST framework serializers, and can be used as a drop-in replacement in some use-cases.
10341034

1035+
## Serpy
1036+
The [serpy][serpy] package is an alternative implementation for serializers that is built for speed. [Serpy][serpy] serializes complex datatypes to simple native types. The native types can be easily converted to JSON or any other format needed.
1037+
10351038
## MongoengineModelSerializer
10361039

10371040
The [django-rest-framework-mongoengine][mongoengine] package provides a `MongoEngineModelSerializer` serializer class that supports using MongoDB as the storage layer for Django REST framework.
@@ -1050,6 +1053,7 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide
10501053
[encapsulation-blogpost]: http://www.dabapps.com/blog/django-models-and-encapsulation/
10511054
[django-rest-marshmallow]: http://tomchristie.github.io/django-rest-marshmallow/
10521055
[marshmallow]: https://marshmallow.readthedocs.org/en/latest/
1056+
[serpy]: https://github.com/clarkduvall/serpy
10531057
[mongoengine]: https://github.com/umutbozkurt/django-rest-framework-mongoengine
10541058
[django-rest-framework-gis]: https://github.com/djangonauts/django-rest-framework-gis
10551059
[django-rest-framework-hstore]: https://github.com/djangonauts/django-rest-framework-hstore

0 commit comments

Comments
 (0)