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