Serialization

Serialization is the process of turning a table and all its contents into a string. Deserialization is its inverse. This is generally used when a table of data needs to be stored to a file or sent across a network.