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