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