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