Click or drag to resize

GenericXmlBridge<TDataAccess>.Surrogate Property

Data contract surrogate to handle if certain types are to be serialized in special ways and when deserialized object needs to be connected in a way that the serializer can not do automatically. Per default this is set to a SerializerSurrogate object.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public ISerializationSurrogateProvider Surrogate { get; set; }

Property Value

Type: ISerializationSurrogateProvider
See Also