DBTEAMLOGLegalHoldsExportDownloadedDetailsSerializer
Objective-C
@interface DBTEAMLOGLegalHoldsExportDownloadedDetailsSerializer : NSObject
Swift
class DBTEAMLOGLegalHoldsExportDownloadedDetailsSerializer : NSObject
The serialization class for the LegalHoldsExportDownloadedDetails
struct.
-
Serializes
DBTEAMLOGLegalHoldsExportDownloadedDetails
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGLegalHoldsExportDownloadedDetails *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGLegalHoldsExportDownloadedDetails) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGLegalHoldsExportDownloadedDetails
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGLegalHoldsExportDownloadedDetails
API object. -
Deserializes
DBTEAMLOGLegalHoldsExportDownloadedDetails
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGLegalHoldsExportDownloadedDetails *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGLegalHoldsExportDownloadedDetails
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGLegalHoldsExportDownloadedDetails
API object.Return Value
An instantiation of the
DBTEAMLOGLegalHoldsExportDownloadedDetails
object.