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