Serialization
This page demonstrates cross-language serialization patterns with examples in all supported languages. Data serialized in one language can be deserialized in any other supported language.
Serialize Built-in Types
Common types can be serialized automatically without registration: primitive numeric types, string, binary, array, list, map, and more.