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