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