| UserInterfaceDeserialize Method |
| Name | Description | |
|---|---|---|
| Deserialize(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.
| |
| Deserialize(String) |
Deserialize the whole UI from 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.
|