|
| Name | Description |
|---|
 | DisposeObject | (Overrides ComponentXmlSerializer..::..DisposeObject(IDisposable).) |
 | GetCollectionElementOverride | (Overrides ComponentXmlSerializer..::..GetCollectionElementOverride(IEnumerable, Object, PropertyDescriptor).) |
 | GetElementNameByType | (Inherited from ComponentXmlSerializer.) |
 | InitializeRead | (Overrides ComponentXmlSerializer..::..InitializeRead()()()().) |
 | InitializeWrite | (Overrides ComponentXmlSerializer..::..InitializeWrite()()()().) |
 | MatchExistingItem | (Inherited from DockXmlSerializerBase.) |
 | MatchObjectElement |
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.) |
 | ProcessListOverride | (Overrides ComponentXmlSerializer..::..ProcessListOverride(XmlReader, Object, PropertyDescriptor, IList).) |
 | ProcessProperty | (Inherited from ComponentXmlSerializer.) |
 | ReadCollectionElement(XmlReader, IList) |
if Reader is positioned at an element that is a collection, reads the collection items.
(Inherited from ComponentXmlSerializer.) |
 | ReadCollectionElement(XmlReader, Object, IList) |
if Reader is positioned at an element that is a collection, reads the collection items.
(Inherited from ComponentXmlSerializer.) |
 | ReadCollectionElement(XmlReader, Object, IList, Boolean) |
if Reader is positioned at an element that is a collection, reads the collection items.
(Inherited from ComponentXmlSerializer.) |
 | ReadDictionaryElement | (Inherited from ComponentXmlSerializer.) |
 | ReadElementInObject |
Deserializes a specified property of an object
(Inherited from ComponentXmlSerializer.) |
 | ReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String) |
Reads the collection items if reader is positioned on an element that is a collection.
(Inherited from ComponentXmlSerializer.) |
 | ReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String, Boolean) |
Reads the collection items if reader is positioned on an element that is a collection.
(Inherited from ComponentXmlSerializer.) |
 | ReadMergeCollection(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.) |
 | ReadObjectElement(XmlReader, Object) |
Reads properties of an object and subobject the reader is currently
positioned on.
(Inherited from ComponentXmlSerializer.) |
 | ReadObjectElement(XmlReader, Object, Object) |
Reads properties of an object and subobject the reader is currently
positioned on.
(Inherited from ComponentXmlSerializer.) |
 | ReadObjectElementOverride |
Override to provide alternative deserialization of objects.
(Inherited from ComponentXmlSerializer.) |
 | ShouldSerializeValue |
Provides logic to determine whether property value should be serlilized.
(Inherited from ComponentXmlSerializer.) |
 | WriteCollectionElement(XmlWriter, IEnumerable, String) | (Inherited from ComponentXmlSerializer.) |
 | WriteCollectionElement(XmlWriter, IEnumerable, Object, PropertyDescriptor) | (Inherited from ComponentXmlSerializer.) |
 | WriteDictionaryElement | (Inherited from ComponentXmlSerializer.) |
 | WriteObjectElement |
Serializes the given object using the specified XmlWriter.
(Inherited from ComponentXmlSerializer.) |