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