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