This sample illustrates serialization and de-serialization of the grid's schema information.
Features
Serialization is the process of saving the state of an object as a stream of bytes. The reverse of this process is called Deserialization.
This sample demonstrates three types of serialization techniques:
SOAP
Binary
XML
Xml Serialization enables to convert the grid schema information into XML format.
Binary Serialization enables to convert the grid schema information into Binary format.
SOAP Serialization enables to convert the grid schema information into SOAP format.