SerializerFilePathHandlerGetDeserializedObject Method

During deserialization, returns an object that is a substitute for the specified object. Go from SerializerFilePathSurrogate to FilePath before de-serialization.

Definition

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

Parameters

obj  Object
If the object is of type SerializerFilePathSurrogate> it will be used to instantiate an object of type [!:FilePath>], which is the de-serialised.
targetType  Type

Return Value

Object

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.SerializerFilePathHandler.GetDeserializedObject(System.Object,System.Type)"]

Implements

ISerializerSurrogateHandlerGetDeserializedObject(Object, Type)

See Also