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