Community

An Introduction to Object Serialization in C++

(Manoj Debnath) Serialization is a mechanism to convert an object into a sequence of bytes so that it can be stored in memory. The byte stream, once created, also can be streamed across a communication link to a remote receiving end.