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