SerializerFilePathHandlerGetDeserializedObject Method
During deserialization, returns an object that is a substitute for the specified object.
Go from SerializerFilePathSurrogate to FilePath
before de-serialization.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public Object GetDeserializedObject(
Object obj,
Type targetType
)
- 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
Object[Missing <returns> documentation for "M:DHI.Mike1D.Generic.SerializerFilePathHandler.GetDeserializedObject(System.Object,System.Type)"]
ISerializerSurrogateHandlerGetDeserializedObject(Object, Type)