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