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