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