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