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