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