You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Serialisation is the process of creating a linear stream of bytes or characters corresponding to an object structure, in general a graph, so the same structure can be re-constructed by de-serialising the stream. This technique is used both to save the object structure to file and to transmit it across a network.

  • No labels