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