public static class SerializationExtension| 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. |