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