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