DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
SerializerFilePathHandler Class
SerializerFilePathHandler Methods
GetDataContractType Method
GetDeserializedObject Method
GetObjectToSerialize Method
SerializerFilePathHandler
GetDeserializedObject 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
Object
GetDeserializedObject
(
Object
obj
,
Type
targetType
)
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:
Object
New/updated object replacing object to serialize
Implements
ISerializerSurrogateHandler
GetDeserializedObject(Object, Type)
See Also
Reference
SerializerFilePathHandler Class
DHI.Mike1D.Generic Namespace