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