Click or drag to resize
SerializationOptimization Enumeration
Enum which defines the serialization settings available.

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 enum SerializationOptimization
Members
  Member nameValueDescription
None0 Uses the original LLBLGenPro serialization/deserialization code
Fast1 Uses the fast serialization code for compact, fast serialization. If you use this option, be sure that the deserialization has to take place using this same code.
Remarks
Adapter specific
See Also