DeserializeContentSafe(XElement, Object) |
Restores the inner state of an already created object passed in the obj parameter based on a saved XML.
If content contains names of natively not supported types, then you should use
the other overloads to specify the expected types.
See the Remarks section of the DeserializeContentSafe(XElement, Object, Type) overload for details. |
DeserializeContentSafe(XmlReader, Object) |
Restores the inner state of an already created object passed in the obj parameter based on a saved XML.
If the serialization stream contains names of natively not supported types, then you should use
the other overloads to specify the expected types.
See the Remarks section of the DeserializeContentSafe(XmlReader, Object, Type) overload for details. |
DeserializeContentSafe(XElement, Object, IEnumerableType) |
Restores the inner state of an already created object passed in the obj parameter based on a saved XML.
See the Remarks section of the DeserializeContentSafe(XElement, Object, Type) overload for details. |
DeserializeContentSafe(XElement, Object, Type) | Restores the inner state of an already created object passed in the obj parameter based on a saved XML. |
DeserializeContentSafe(XmlReader, Object, IEnumerableType) | Restores the inner state of an already created object passed in the obj parameter based on a saved XML. |
DeserializeContentSafe(XmlReader, Object, Type) | Restores the inner state of an already created object passed in the obj parameter based on a saved XML. |