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