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