|
Serialization
Essential Grid supports versioned serialization of grid data to binary and SOAP (Simple Object Access Protocol)formats. Future versions of Essential Grid will automatically read legacy files from earlier versions. Versioning is a must for applications that are expected to have a long market life-span. However, many third party .NET controls on the market do not implement versioning as the default serialization provided in Windows Forms framework does not support versioning.
Serialization to SOAP Formatted XML File
Essential Grid can be saved in SOAP format:gridControl.SaveSoap(filename).
|
|
|
|