[][src]Module serde_pickle::value

Python values, and serialization instances for them.

Enums

HashableValue

Represents all primitive builtin Python values that can be contained in a "hashable" context (i.e., as dictionary keys and set elements).

Value

Represents all primitive builtin Python values that can be restored by unpickling.

Functions

from_value

Deserialize a value::Value from any serde deserializable object.

to_value

Serialize any serde serializable object into a value::Value.