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