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