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