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