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