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