pyarrow.serialize¶
-
pyarrow.
serialize
(value, SerializationContext context=None)¶ EXPERIMENTAL: Serialize a Python sequence
Parameters: - value (object) – Python object for the sequence that is to be serialized.
- context (SerializationContext) – Custom serialization and deserialization context, uses a default context with some standard type handlers if not specified
Returns: serialized (SerializedPyObject)