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