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