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