SerializerFilePathHandlerGetDeserializedObject Method |
During deserialization, returns an object that is a substitute for the specified object.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public Object GetDeserializedObject(
Object obj,
Type targetType
)
Public Function GetDeserializedObject (
obj As Object,
targetType As Type
) As Object
public:
virtual Object^ GetDeserializedObject(
Object^ obj,
Type^ targetType
) sealed
Parameters
- obj
- Type: SystemObject
The deserialized object to be substituted. - targetType
- Type: SystemType
The Type that the substituted object should be assigned to.
Return Value
Type:
ObjectNew/updated object replacing object to serialize
Implements
ISerializerSurrogateHandlerGetDeserializedObject(Object, Type)See Also