UserInterfaceSerialize Method (Stream) |
Serialize the whole UI to stream.
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(
Stream stream
)
Parameters
- stream
- Type: System.IOStream
Stream to serialize to.
See Also