ISerializerSurrogateHandlerGetObjectToSerialize Method |
When deserializing, handle the deserialized object.
If type changes, transform obj to the original type.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax Object GetObjectToSerialize(
Object obj,
Type targetType
)
Function GetObjectToSerialize (
obj As Object,
targetType As Type
) As Object
Object^ GetObjectToSerialize(
Object^ obj,
Type^ targetType
)
Parameters
- obj
- Type: SystemObject
Deserialized object - the object to substitute. - targetType
- Type: SystemType
The Type that the substituted object should be assigned to.
Return Value
Type:
ObjectNew/updated object replacing deserialized object. Null if not handled by this instance
See Also