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