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