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