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