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