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