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