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