DBTEAMLOGLegalHoldsExportAHoldDetailsSerializer
Objective-C
@interface DBTEAMLOGLegalHoldsExportAHoldDetailsSerializer : NSObject
Swift
class DBTEAMLOGLegalHoldsExportAHoldDetailsSerializer : NSObject
The serialization class for the LegalHoldsExportAHoldDetails struct.
-
Serializes
DBTEAMLOGLegalHoldsExportAHoldDetailsinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGLegalHoldsExportAHoldDetails *)instance;Swift
class func serialize(_ instance: DBTEAMLOGLegalHoldsExportAHoldDetails) -> [String : Any]?Parameters
instanceAn instance of the
DBTEAMLOGLegalHoldsExportAHoldDetailsAPI object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGLegalHoldsExportAHoldDetailsAPI object. -
Deserializes
DBTEAMLOGLegalHoldsExportAHoldDetailsinstances.Declaration
Objective-C
+ (nonnull DBTEAMLOGLegalHoldsExportAHoldDetails *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGLegalHoldsExportAHoldDetailsParameters
dictA json-compatible dictionary representation of the
DBTEAMLOGLegalHoldsExportAHoldDetailsAPI object.Return Value
An instantiation of the
DBTEAMLOGLegalHoldsExportAHoldDetailsobject.
View on GitHub
DBTEAMLOGLegalHoldsExportAHoldDetailsSerializer Class Reference