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