Click or drag to resize
ConfigurationsXmlSerializerTConfiguration Methods

The ConfigurationsXmlSerializerTConfiguration generic type exposes the following members.

Methods
  NameDescription
Protected methodCreateDeserializedConfiguration
Creates a new TConfiguration based on deserialized typeIdentifier and configuredObject.
Protected methodCreateXmlDeserializer
Creates an XmlSerializer suitable for deserializing XML containing a configured object. Used to create a serializer for use in Deserialize(XmlElement) method.
Protected methodCreateXmlSerializer
Creates an XmlSerializer suitable for serializing an instance of TConfiguration encapsulating object of encapsulatedType. Used to create a serializer for use in Serialize(TConfiguration, Type, StringBuilder) method.
Protected methodDeserialize
Deserializes a configuration from an XML element.
Protected methodGetConfiguredObjectType
Gets configured object type from a typeIdentifier.
Protected methodSerialize
Serializes configuration and appends it to result.
Top
See Also