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