1 repositorio
Serialization of Python-specific runtime objects such as lambdas and functions.
Distinct from Python Dataclass Serialization: Focuses on native runtime types like lambdas, not just dataclasses.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Python Native Type Serialization. Refine with filters or upvote what's useful.
Fory is a cross-language serialization framework and binary data serializer designed to convert complex object graphs into a compact binary format for high-performance data exchange. It includes an IDL-based schema compiler to transform interface definition language files into type-safe native data models and a schema evolution manager to maintain forward and backward compatibility. The project features a zero-copy data access layer that allows reading specific fields from binary rows without deserializing the entire object. It supports dual-mode serialization, enabling a toggle between a por
Handles Python-specific types like lambdas and functions for same-language traffic.