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