smarts.core.serialization.default module

class smarts.core.serialization.default.Proxy[source]

Defines a proxy object used to facilitate serialization of a non-serializable object.

deproxy()[source]

Convert the proxy back into the original object.

smarts.core.serialization.default.dumps(__o)[source]

Serializes the given object.

smarts.core.serialization.default.loads(__o)[source]

Deserializes the given object.