RadControls for WinForms

The DockXmlSerializer type exposes the following members.

Constructors

Methods

  NameDescription
Protected methodDisposeObject (Overrides ComponentXmlSerializer..::..DisposeObject(IDisposable).)
Protected methodGetCollectionElementOverride (Overrides ComponentXmlSerializer..::..GetCollectionElementOverride(IEnumerable, Object, PropertyDescriptor).)
Protected methodGetElementNameByType (Inherited from ComponentXmlSerializer.)
Protected methodInitializeRead (Overrides ComponentXmlSerializer..::..InitializeRead()()()().)
Protected methodInitializeWrite (Overrides ComponentXmlSerializer..::..InitializeWrite()()()().)
Protected methodMatchExistingItem (Inherited from DockXmlSerializerBase.)
Protected methodMatchObjectElement
Matches the instance of the element by an attribute value and then deserializes its properties. If the instance is not found in existingInstancesToMatch, new instance of type instanceType will be created and added to existingInstancesToMatch list.
(Inherited from ComponentXmlSerializer.)
Protected methodProcessListOverride (Overrides ComponentXmlSerializer..::..ProcessListOverride(XmlReader, Object, PropertyDescriptor, IList).)
Protected methodProcessProperty (Inherited from ComponentXmlSerializer.)
Public methodReadCollectionElement(XmlReader, IList)
if Reader is positioned at an element that is a collection, reads the collection items.
(Inherited from ComponentXmlSerializer.)
Public methodReadCollectionElement(XmlReader, Object, IList)
if Reader is positioned at an element that is a collection, reads the collection items.
(Inherited from ComponentXmlSerializer.)
Public methodReadCollectionElement(XmlReader, Object, IList, Boolean)
if Reader is positioned at an element that is a collection, reads the collection items.
(Inherited from ComponentXmlSerializer.)
Protected methodReadDictionaryElement (Inherited from ComponentXmlSerializer.)
Protected methodReadElementInObject
Deserializes a specified property of an object
(Inherited from ComponentXmlSerializer.)
Protected methodReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String)
Reads the collection items if reader is positioned on an element that is a collection.
(Inherited from ComponentXmlSerializer.)
Protected methodReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String, Boolean)
Reads the collection items if reader is positioned on an element that is a collection.
(Inherited from ComponentXmlSerializer.)
Protected methodReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String, Boolean, Boolean)
if Reader is positioned at an element that is a collection, reads the collection items.
(Inherited from ComponentXmlSerializer.)
Public methodReadObjectElement(XmlReader, Object)
Reads properties of an object and subobject the reader is currently positioned on.
(Inherited from ComponentXmlSerializer.)
Public methodReadObjectElement(XmlReader, Object, Object)
Reads properties of an object and subobject the reader is currently positioned on.
(Inherited from ComponentXmlSerializer.)
Protected methodReadObjectElementOverride
Override to provide alternative deserialization of objects.
(Inherited from ComponentXmlSerializer.)
Protected methodShouldSerializeValue
Provides logic to determine whether property value should be serlilized.
(Inherited from ComponentXmlSerializer.)
Public methodWriteCollectionElement(XmlWriter, IEnumerable, String) (Inherited from ComponentXmlSerializer.)
Protected methodWriteCollectionElement(XmlWriter, IEnumerable, Object, PropertyDescriptor) (Inherited from ComponentXmlSerializer.)
Protected methodWriteDictionaryElement (Inherited from ComponentXmlSerializer.)
Public methodWriteObjectElement
Serializes the given object using the specified XmlWriter.
(Inherited from ComponentXmlSerializer.)

Properties

  NameDescription
Protected propertyDock (Inherited from DockXmlSerializerBase.)
Public propertyInstanceFactory (Inherited from ComponentXmlSerializer.)
Public propertyPropertiesProvider (Inherited from ComponentXmlSerializer.)
Public propertyResolveTypesOnlyInTelerikAssemblies
Gets or sets value indicating whether the serializer will search all domain assemblies for a specified type (by FullName) or will search only assemblies related to telerik
(Inherited from ComponentXmlSerializer.)
Public propertyRootSerializationObject (Inherited from ComponentXmlSerializer.)

See Also