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