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