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