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