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