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