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