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