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