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