ISerializerSurrogateHandlerGetDeserializedObject Method

During deserialization, returns an object that is a substitute for the specified object.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Object GetDeserializedObject(
	Object obj,
	Type targetType
)

Parameters

obj  Object
The deserialized object to be substituted.
targetType  Type
The Type that the substituted object should be assigned to.

Return Value

Object
New/updated object replacing object to serialize

See Also