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