ClassDockXmlSerializerBase
Class
Definition
Namespace:Telerik.WinControls.UI.Docking.Serialization
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class DockXmlSerializerBase : ComponentXmlSerializer
Inheritance: objectComponentXmlSerializerDockXmlSerializerBase
Derived Classes:
Inherited Members
Constructors
DockXmlSerializerBase(RadDock, ComponentXmlSerializationInfo)
Creates a new instance of DockXmlSerializer
Declaration
cs-api-definition
public DockXmlSerializerBase(RadDock dock, ComponentXmlSerializationInfo componentSerializationInfo)
Parameters
dock
RadDock component that is used to write DockWindow states and info or to map existing DockWindows when deserializing
componentSerializationInfo
Serialization info. By default XmlSerializationInfo could be used.
Properties
Methods
MatchExistingItem(XmlReader, IList, object, PropertyDescriptor, string, string, IList, ref int)
Declaration
cs-api-definition
protected override object MatchExistingItem(XmlReader reader, IList toRead, object parent, PropertyDescriptor parentProperty, string propertyToMatch, string uniquePropertyValue, IList existingInstancesToMatch, ref int foundAtIndex)
Parameters
reader
toRead
parent
parentProperty
propertyToMatch
uniquePropertyValue
existingInstancesToMatch
foundAtIndex
Returns
Overrides