Serialization

From P-20W+ Community of Innovation Wiki
Jump to navigation Jump to search

Overview[edit | edit source]

Wikipedia describes serialization as: “The process of translating a data structure or object state into a format that can be stored (for example, in a file or memory data buffer) or transmitted (for example, over a computer network) and reconstructed later (possibly in a different computer environment). When the resulting series of bits is reread according to the serialization format, it can be used to create a semantically identical clone of the original object.” Learn more in the full article on serialization here.