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