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