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