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