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