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