pyarrow.deserialize¶
-
pyarrow.
deserialize
(obj, SerializationContext context=None)¶ EXPERIMENTAL: Deserialize Python object from Buffer or other Python object supporting the buffer protocol.
This only can interact with data produced by pyarrow.serialize or pyarrow.serialize_to.
- Parameters
obj (pyarrow.Buffer or Python object supporting buffer protocol) –
context (SerializationContext) – Custom serialization and deserialization context.
- Returns
deserialized (object)