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