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