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