GenericXmlBridgeTDataAccessSurrogate 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; }
Public Property Surrogate As ISerializationSurrogateProvider
Get
Set
public:
property ISerializationSurrogateProvider^ Surrogate {
ISerializationSurrogateProvider^ get ();
void set (ISerializationSurrogateProvider^ value);
}
Property Value
Type:
ISerializationSurrogateProviderSee Also