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