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