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