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