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