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