Serialization
Everything on SkillVeris tagged Serialization — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Study Notes(4)
Serialization in MFC
How MFC's CObject::Serialize framework, CArchive, and the DECLARE_SERIAL/IMPLEMENT_SERIAL macros work together to persist objects to and from disk.
Data Contracts
How WCF uses [DataContract] and [DataMember] to define the exact wire shape of types exchanged between services and clients.
Serialization in Flink
How Flink serializes records for network transfer, state storage, and checkpointing, and why type information matters for performance.
Dart and JSON Serialization
How to encode and decode JSON in Dart, from manual fromJson/toJson methods to code generation with json_serializable.