DBTEAMLOGTeamActivityCreateReportTypeSerializer
Objective-C
@interface DBTEAMLOGTeamActivityCreateReportTypeSerializer : NSObject
Swift
class DBTEAMLOGTeamActivityCreateReportTypeSerializer : NSObject
The serialization class for the TeamActivityCreateReportType
struct.
-
Serializes
DBTEAMLOGTeamActivityCreateReportType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGTeamActivityCreateReportType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGTeamActivityCreateReportType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGTeamActivityCreateReportType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGTeamActivityCreateReportType
API object. -
Deserializes
DBTEAMLOGTeamActivityCreateReportType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGTeamActivityCreateReportType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGTeamActivityCreateReportType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGTeamActivityCreateReportType
API object.Return Value
An instantiation of the
DBTEAMLOGTeamActivityCreateReportType
object.