IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : SerializationContextMode Enumeration |
'Declaration
Public Enum SerializationContextMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As SerializationContextMode
public enum SerializationContextMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Alternate | Custom serialization to get around DCS stackoverflow issues. Slightly slower during deserialization than Standard. This setting should only be used if stack overflow exceptions are occuring during entity graph serialization operations. |
Default | Use the DefaultMode setting. |
Standard | Standard Serialization. |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.SerializationContextMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2