pyarrow.deserialize¶
-
pyarrow.
deserialize
(obj, SerializationContext context=None)¶ EXPERIMENTAL: Deserialize Python object from Buffer or other Python object supporting the buffer protocol
Parameters: - obj (pyarrow.Buffer or Python object supporting buffer protocol) –
- context (SerializationContext) – Custom serialization and deserialization context
Returns: deserialized (object)