SerializationExtension Class

Extension methods for deserialization

Definition

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

Methods

Deserialize(IOMSnapshot, XElement, SerializationExtensionContext) deserializes object and remenber repeatlist. object can be saved
Deserialize(PhoneSystem, XElement, SerializationExtensionContext) deserializes object and remenber repeatlist. object can be saved
GetSerializableProperties Returns list of properties which are require serialization
SerializeObject Deserializer for IOMSnapshot
SerializeObjectArray Deserializer for IOMSnapshot[]
SerializeProperty returns false if there are no enough information at the moment and it should be repeated after after all objects will be restored. Typical case is forward reference to the DN object.
TryDeserializeProperty returns false if there are no enough information at the moment and it should be repeated after after all objects will be restored. Typical case is forward reference to the DN object.

See Also