DevForce Help Reference
SerializationContext Class Members
Fields  Properties  Methods 


The following tables list the members exposed by SerializationContext.

Public Constructors
 NameDescription
Public ConstructorSerializationContext Constructor For internal use only.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Cloning For internal use only.  
Public Fieldstatic (Shared in Visual Basic)Deserializing For internal use only.  
Public Fieldstatic (Shared in Visual Basic)Materializing For internal use only.  
Public Fieldstatic (Shared in Visual Basic)Saving For internal use only.  
Public Fieldstatic (Shared in Visual Basic)Serializing For internal use only.  
Public Fieldstatic (Shared in Visual Basic)ThreadLocalModeThis property is used to control the mechanism that DevForce uses to serialize entity graphs. This is a static 'ThreadLocal' property meaning that it may be set independently on each thread but is 'global' to that thread. If this property is set to SerializationContextMode.Default the the SerializationContext.DefaultMode value is to control serialization instead. See SerializationContextMode.  
Public Fieldstatic (Shared in Visual Basic)ThreadLocalValue For internal use only.  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)DefaultModeThis property is used to control the mechanism that DevForce uses to serialize entity graphs. This is a static property that determines the 'default' serialization behavior. The SerializationContext.ThreadLocalMode will supercede this property if it is set to any value other than SerializationContextMode.Default. See SerializationContextMode.  
Public PropertyIsDeserializing For internal use only.  
Public PropertyIsMaterializing For internal use only.  
Public PropertyIsSaving For internal use only.  
Public PropertyIsSerializing For internal use only.  
Public PropertyShouldSerializePredicate For internal use only.  
Public PropertyState For internal use only.  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public Methodstatic (Shared in Visual Basic)SetSerializationPredicate For internal use only.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

SerializationContext Class
IdeaBlade.EntityModel Namespace

Send Feedback