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