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