Click or drag to resize
SerializationWriterTypeSurrogates Property
gets the list of optional IFastSerializationTypeSurrogate instances which SerializationWriter and SerializationReader will use to serialize objects not directly supported. It is important to use the same list on both client and server ends to ensure that the same surrogated-types are supported.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static List<IFastSerializationTypeSurrogate> TypeSurrogates { get; }

Property Value

Type: ListIFastSerializationTypeSurrogate
See Also