Warning
THIS MODULE DOES NOT HAVE STABLE PUBLIC API
Bases: plainbox.impl.exporter.SessionStateExporterBase
Session state exporter creating JSON documents
Dump session information pulled from session manager to stream.
This method takes session manager instance, extracts session information from it, and dumps it to a stream.
Returns the value assigned to an option.
Compute a subset of session data.
The subset of the data that should be saved may depend on a particular saver class and options selected by the user.
Must return a collection that can be handled by dump(). Special care must be taken when processing io_log (and in the future, attachments) as those can be arbitrarily large.
Deprecated since version 0.21: use .dump_from_session_manager instead
assigns a value to an option. If no value is given, it just “sets” the option to True