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