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