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