Trees | Indices | Help |
|
---|
|
Serializer abstraction module
This module introduces a simple abstraction over the serialization backend (currently json).
|
|||
Private Wrap a value so it is hard to leak it accidentally. |
|||
PrivateDict A dictionary that turns its values to private fields. |
|
|||
|
|||
|
|||
|
|||
|
|||
tuple of original data, string |
|
||
|
|||
|
|||
|
|||
|
|||
tuple of original data, string |
|
||
|
|||
|
|
|||
_RE_EOLSP = re.compile("[ \t]+$", re.MULTILINE)
|
Imports: re, simplejson, errors, utils, constants
|
Serialize a given object.
|
Unserialize data from a string.
|
Crawl a JSON decoded structure for private values and wrap them.
|
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 Mon Aug 22 11:13:09 2016 | http://epydoc.sourceforge.net |