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