IDataContractSurrogate::GetDeserializedObject Method
.NET Framework 4.5
During deserialization, returns an object that is a substitute for the specified object.
Namespace: System.Runtime.Serialization
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- obj
- Type: System::Object
The deserialized object to be substituted.
- targetType
- Type: System::Type
The Type that the substituted object should be assigned to.
Return Value
Type: System::ObjectThe substituted deserialized object. This object must be of a type that is serializable by the DataContractSerializer. For example, it must be marked with the DataContractAttribute attribute or other mechanisms that the serializer recognizes.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.