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