OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | load_payload (self, payload, *args, **kwargs) |
def | dump_payload (self, obj) |
Static Public Attributes | |
default_serializer | |
Mixed in with a regular serializer it will attempt to zlib compress the string to make it shorter if necessary. It will also base64 encode the string so that it can safely be placed in a URL.
def dump_payload | ( | self, | |
obj | |||
) |
def load_payload | ( | self, | |
payload, | |||
* | args, | ||
** | kwargs | ||
) |
|
static |
Mixed in with a regular serializer it will attempt to zlib compress the string to make it shorter if necessary. It will also base64 encode the string so that it can safely be placed in a URL.