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