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