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