DevForce Help Reference
SerializationContextMode Enumeration


This enum is used to control the mechanism that DevForce uses to serialize entity graphs via the SerializationContext.ThreadLocalMode and the SerializationContext.DefaultMode properties.
Syntax
'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  
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.SerializationContextMode

Requirements

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

See Also

Reference

IdeaBlade.EntityModel Namespace

Send Feedback