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