SerializationExtensionContextAdjustHandler Property

Method called after serialization/deserialization of object. Expected that provider of the method will adjust either XElement (serialization procedure) or theObject (deserialization)

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public SerializationExtensionContextAdjuster AdjustHandler { get; set; }

Property Value

SerializationExtensionContextAdjuster

See Also