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