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