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