SerializationExtensionContext Class

Serialization context.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public class Context
Inheritance
Object    SerializationExtensionContext

Constructors

SerializationExtensionContextInitializes a new instance of the SerializationExtensionContext class

Properties

AdjustHandler Method called after serialization/deserialization of object. Expected that provider of the method will adjust either XElement (serialization procedure) or theObject (deserialization)
failedNodes Nodes which are failed to restore
rejectedNodes Nodes which are rejected to restore y adjuster
repeatList references to incomlete deserialization.

See Also