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