Module pl_serialize

Module pl_serialize 

Source
Available on crate feature serde only.
Expand description

Centralized Polars serialization entry.

Currently provides two serialization scheme’s.

  • Self-describing (and thus more forward compatible) activated with FC: true
  • Compact activated with FC: false

Structs§

SerializeOptions
Mainly used to enable compression when serializing the final outer value. For intermediate serialization steps, the function in the module should be used instead.

Constants§

USE_CLOUDPICKLE

Functions§

deserialize_dsl
Deserialize function customized for DslPlan, with stack overflow protection.
deserialize_from_reader
deserialize_impl
deserialize_map_bytes
Potentially avoids copying memory compared to a naive Vec::<u8>::deserialize.
python_object_deserializepython
python_object_serializepython
serialize_dsl
Serialize function customized for DslPlan, with stack overflow protection.
serialize_into_writer
serialize_to_bytes