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