XmlSerializerDeserializeSafe(String) Method
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.
Namespace: KGySoft.Serialization.XmlAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static Object? DeserializeSafe(
string fileName
)
Public Shared Function DeserializeSafe (
fileName As String
) As Object
public:
static Object^ DeserializeSafe(
String^ fileName
)
static member DeserializeSafe :
fileName : string -> Object
- fileName String
- The path to the file that contains the serialized content.
ObjectThe deserialized object.