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