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