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