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.4.0.0 (5.4.0)
Syntax public static List<IFastSerializationTypeSurrogate> TypeSurrogates { get; }
Public Shared ReadOnly Property TypeSurrogates As List(Of IFastSerializationTypeSurrogate)
Get
Property Value
Type:
ListIFastSerializationTypeSurrogateSee Also