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