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