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