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