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