IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : SerializationContext Class |
The following tables list the members exposed by SerializationContext.
Name | Description | |
---|---|---|
SerializationContext Constructor | For internal use only. |
Name | Description | |
---|---|---|
Cloning | For internal use only. | |
Deserializing | For internal use only. | |
Materializing | For internal use only. | |
Saving | For internal use only. | |
Serializing | For internal use only. | |
ThreadLocalMode | This 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. | |
ThreadLocalValue | For internal use only. |
Name | Description | |
---|---|---|
DefaultMode | This 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. | |
IsDeserializing | For internal use only. | |
IsMaterializing | For internal use only. | |
IsSaving | For internal use only. | |
IsSerializing | For internal use only. | |
ShouldSerializePredicate | For internal use only. | |
State | For internal use only. |
Name | Description | |
---|---|---|
Equals | (Inherited from object) | |
GetHashCode | (Inherited from object) | |
GetType | (Inherited from object) | |
SetSerializationPredicate | For internal use only. | |
ToString | (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |