UserInterfaceDeserialize Method (Stream) |
Deserialize the whole UI from 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 Deserialize(
Stream stream
)
Parameters
- stream
- Type: System.IOStream
Stream to deserialize from.
See Also