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