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