About
Serialization is the process of converting a variable (object,…) state into a format/structure that can be:
- stored
- or send through a transfer protocol (encoding)
Example:
- Storage:
- Flatbuffers Schema
- …
Vocabulary
Principle
Library
- avro is a data serialization system.
- Flatbuffers Example: Arrow