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