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