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