UserInterfaceSerialize Method (String) |
Serialize the whole UI to filename.
Note: serialization have some limitation and things that will not be included in xml,
like even handlers. Please read docs carefuly to know what to expect.
Namespace:
GeonBit.UI
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Serialize(
string path
)
Parameters
- path
- Type: SystemString
Filename to serialize into.
See Also