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