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