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