Trees | Indices | Help |
|
---|
|
Serializer abstraction module
This module introduces a simple abstraction over the serialization backend (currently json).
|
|||
|
|||
|
|||
|
|||
tuple of original data, string |
|
||
|
|||
|
|||
|
|||
|
|||
tuple of original data, string |
|
|
|||
_RE_EOLSP = re.compile("[ \t]+$", re.MULTILINE)
|
Imports: re, simplejson, errors, utils
|
Serialize a given object.
|
Unserialize data from a string.
|
Serialize a given object and authenticate it.
|
Verify that a given message was signed with the given key, and load it.
|
Parses and verifies JSON data.
|
Serialize a given object.
|
Unserialize data from a string.
|
Serialize a given object and authenticate it.
|
Verify that a given message was signed with the given key, and load it.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Dec 30 13:42:34 2015 | http://epydoc.sourceforge.net |