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