This package provides some built-in flash serialization codecs.
Creates and returns the codec defined in the given module path (ex: "myapp.mypackage.mymodule"). The argument can also be an alias to a built-in codec, such as "json", "json_zlib" or "pickle".
Bases: object
Base codec implementation. All codec implementations must extend this class.
Empty implementation that raises NotImplementedError.
Restores the flash object from the given encoded-and-signed data.
Empty implementation that raises NotImplementedError.
Returns an encoded-and-signed version of the given flash.