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