This sample illustration shows how to serialize and deserialize a grid's schema information by using Binary Serialization.
Features
Serialization is the process of saving the state of an object by converting it into a stream of bytes. The reverse process of serialization is Deserialization.
In serialization process, objects are made portable so that they can be serialized at one end and then transferred to the other end of a network, where they are deserialized into their original form.
Binary serialization enables to convert the grid schema information into a stream of bytes.