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