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