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