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