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