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