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