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