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