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