Click or drag to resize
UserInterfaceDeserialize Method
Overload List
  NameDescription
Public methodDeserialize(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.
Public methodDeserialize(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.
Top
See Also