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