Click or drag to resize

SerializerSurrogateGetSurrogateType Method

During serialization, deserialization, and schema import and export, returns a data contract type that substitutes the specified type.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Type GetSurrogateType(
	Type type
)

Parameters

type
Type: SystemType
The type to substitute.

Return Value

Type: Type
The Type to substitute for the type value.

Implements

ISerializationSurrogateProviderGetSurrogateType(Type)
See Also