XmlSerializerDeserializeContent Method

Overload List

DeserializeContent(XElement, Object) Restores the inner state of an already created object passed in the obj parameter based on a saved XML. Works for the results of the SerializeContent(XElement, Object, XmlSerializationOptions) method.
DeserializeContent(XmlReader, Object) Restores the inner state of an already created object passed in the obj parameter based on a saved XML. Works for the results of the SerializeContent(XmlWriter, Object, XmlSerializationOptions) method.

See Also