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