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