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