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