Data exchange with algebraic data types Typical
Typical is a data serialization framework. You define data types in a file called a schema, and Typical generates efficient serialization and deserialization code for various languages. The generated code can be used to orchestrate messages between services, store structured data on disk, and more. Compact binary encoding supports forward and backward compatibility between different […]