New to Telerik UI for WPFStart a free 30-day trial

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; }

Gets or sets the object with the specified property name.

C#
public object this[string propertyName] { get; set; }
Parameters:propertyNamestring

Methods

GetXml()

XElement

Returns the XML of this serialization information.

C#
public XElement GetXml()
Returns:

XElement

Gets the xml-based string.

C#
public string GetXmlString()
Returns:

string