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