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