SerializationInfo
Class
A wrapper class for the (de)serialization data. Elements implementing ISerializable interface use the SerializationInfo for storing / restoring property values.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl.Serialization
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class SerializationInfo
Inheritance: objectSerializationInfo
Properties
The list of all properties' names currently saved in this instance.
C#
public Dictionary<string, object>.KeyCollection PropertyNames { get; }
Methods
GetXml()
XElement
Returns the XML of this serialization information.
C#
public XElement GetXml()
XElement
Gets the xml-based string.