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