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