fiftyone.operators.cache.serialization¶
Execution cache serialization.
Functions:
|
Serializes a value for storage in the execution cache. |
|
Deserializes a value from the execution cache. |
-
fiftyone.operators.cache.serialization.
auto_serialize
(value)¶ Serializes a value for storage in the execution cache.
- Parameters
value – the value to serialize
- Returns
The serialized value.
-
fiftyone.operators.cache.serialization.
auto_deserialize
(value)¶ Deserializes a value from the execution cache.
- Parameters
value – the value to deserialize
- Returns
The deserialized value.