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