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