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