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