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