About
Serialization is the process of converting a variable (object,…) state into a format that can be stored:
- Xml
- Text
- Avro
- Flatbuffers Schema
- …
See Data persistence
Serialization is the process of converting a variable (object,…) state into a format that can be stored:
See Data persistence