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