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