DBTEAMLOGDeviceSyncBackupStatusChangedTypeSerializer
Objective-C
@interface DBTEAMLOGDeviceSyncBackupStatusChangedTypeSerializer : NSObject
Swift
class DBTEAMLOGDeviceSyncBackupStatusChangedTypeSerializer : NSObject
The serialization class for the DeviceSyncBackupStatusChangedType
struct.
-
Serializes
DBTEAMLOGDeviceSyncBackupStatusChangedType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGDeviceSyncBackupStatusChangedType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGDeviceSyncBackupStatusChangedType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGDeviceSyncBackupStatusChangedType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGDeviceSyncBackupStatusChangedType
API object. -
Deserializes
DBTEAMLOGDeviceSyncBackupStatusChangedType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGDeviceSyncBackupStatusChangedType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGDeviceSyncBackupStatusChangedType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGDeviceSyncBackupStatusChangedType
API object.Return Value
An instantiation of the
DBTEAMLOGDeviceSyncBackupStatusChangedType
object.