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