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