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