yggdrasil.pickle.ser.collections¶
collections ¶
CollectionSerialized
dataclass
¶
Bases: Serialized[T], Generic[T]
Base class for count-prefixed collection payloads.
Standard wire format — ordered collections:
Mapping collections:
module_and_name
staticmethod
¶
Return (module, qualname) for obj.
Robust across Python objects, including many C-extension / PyArrow objects where module may be missing or misleading.