Serialize()
Easily serialize a list of database query objects.
Automatic serialization of database queries. Returns a list.
Usage
Parameters
A list.
Of database query objects.
To be able to use serialize()
your database models need to have their own serialization method called: s()
(like in the examples in this documentation), or use the &basic
decorator.
Example
Last updated