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