serde

Configurations for laminar serde.

Functions

dtype

Get the serde dtype name given a class type.

laminar.configurations.serde.dtype(cls: type) str

Get the serde dtype name given a class type.

Classes

MetaProtocol

PickleProtocol

Custom protocol for serializing Python objects using pickle.

Protocol

Generic base class for defining ser(de) protocols.