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