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