XmlSerializerDeserializeSafe Method

Overload List

DeserializeSafe(Stream) Deserializes an object in safe mode using the specified stream. 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 DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(String) Deserializes an object in safe mode from the specified file passed in the fileName parameter. If the file 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 DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(TextReader) Deserializes an object in safe mode using the provided TextReader in the reader parameter. 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 DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(XElement) Deserializes an XML content to an object in safe mode. 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 DeserializeSafeT(XElement, Type) overload for details.
DeserializeSafe(XmlReader) Deserializes an object in safe mode using the provided XmlReader in the reader parameter. 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 DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(Stream, IEnumerableType) Deserializes an object in safe mode using the specified stream.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(Stream, Type) Deserializes an object in safe mode using the specified stream.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(String, IEnumerableType) Deserializes an object in safe mode from the specified file passed in the fileName parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(String, Type) Deserializes an object in safe mode from the specified file passed in the fileName parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(TextReader, IEnumerableType) Deserializes an object in safe mode using the provided TextReader in the reader parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(TextReader, Type) Deserializes an object in safe mode using the provided TextReader in the reader parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(XElement, IEnumerableType) Deserializes an XML content to an object in safe mode.
See the Remarks section of the DeserializeSafeT(XElement, Type) overload for details.
DeserializeSafe(XElement, Type) Deserializes an XML content to an object in safe mode.
See the Remarks section of the DeserializeSafeT(XElement, Type) overload for details.
DeserializeSafe(XmlReader, IEnumerableType) Deserializes an object in safe mode using the provided XmlReader in the reader parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafe(XmlReader, Type) Deserializes an object in safe mode using the provided XmlReader in the reader parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafeT(Stream, IEnumerableType) Deserializes an instance of T in safe mode using the specified stream.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafeT(Stream, Type) Deserializes an instance of T in safe mode using the specified stream.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafeT(String, IEnumerableType) Deserializes an instance of T in safe mode from the specified file passed in the fileName parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafeT(String, Type) Deserializes an instance of T in safe mode from the specified file passed in the fileName parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafeT(TextReader, IEnumerableType) Deserializes an instance of T in safe mode using the provided TextReader in the reader parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafeT(TextReader, Type) Deserializes an instance of T in safe mode using the provided TextReader in the reader parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafeT(XElement, IEnumerableType) Deserializes an XML content to an instance of T in safe mode.
See the Remarks section of the DeserializeSafeT(XElement, Type) overload for details.
DeserializeSafeT(XElement, Type) Deserializes an XML content to an instance of T in safe mode.
DeserializeSafeT(XmlReader, IEnumerableType) Deserializes an instance of T in safe mode using the provided XmlReader in the reader parameter.
See the Remarks section of the DeserializeSafeT(XmlReader, Type) overload for details.
DeserializeSafeT(XmlReader, Type) Deserializes an instance of T in safe mode using the provided XmlReader in the reader parameter.

See Also