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