DBFILEREQUESTSDeleteAllClosedFileRequestsErrorSerializer
Objective-C
@interface DBFILEREQUESTSDeleteAllClosedFileRequestsErrorSerializer : NSObject
Swift
class DBFILEREQUESTSDeleteAllClosedFileRequestsErrorSerializer : NSObject
The serialization class for the
DBFILEREQUESTSDeleteAllClosedFileRequestsError
union.
-
Serializes
DBFILEREQUESTSDeleteAllClosedFileRequestsError
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBFILEREQUESTSDeleteAllClosedFileRequestsError *)instance;
Swift
class func serialize(_ instance: DBFILEREQUESTSDeleteAllClosedFileRequestsError) -> [String : Any]?
Parameters
instance
An instance of the
DBFILEREQUESTSDeleteAllClosedFileRequestsError
API object.Return Value
A json-compatible dictionary representation of the
DBFILEREQUESTSDeleteAllClosedFileRequestsError
API object. -
Deserializes
DBFILEREQUESTSDeleteAllClosedFileRequestsError
instances.Declaration
Objective-C
+ (nonnull DBFILEREQUESTSDeleteAllClosedFileRequestsError *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBFILEREQUESTSDeleteAllClosedFileRequestsError
Parameters
dict
A json-compatible dictionary representation of the
DBFILEREQUESTSDeleteAllClosedFileRequestsError
API object.Return Value
An instantiation of the
DBFILEREQUESTSDeleteAllClosedFileRequestsError
object.