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