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