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