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