Serialization

From P-20W+ Community of Innovation Wiki
Revision as of 17:23, 7 March 2023 by WendyGeller (talk | contribs) (Created page with "== Overview == [https://en.wikipedia.org/wiki/Serialization#:~:text=In%20computing%2C%20serialization%20(or%20serialisation,and%20reconstructed%20later%20(possibly%20in 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.