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