DBTEAMLOGPaperFolderChangeSubscriptionTypeSerializer
Objective-C
@interface DBTEAMLOGPaperFolderChangeSubscriptionTypeSerializer : NSObject
Swift
class DBTEAMLOGPaperFolderChangeSubscriptionTypeSerializer : NSObject
The serialization class for the PaperFolderChangeSubscriptionType
struct.
-
Serializes
DBTEAMLOGPaperFolderChangeSubscriptionType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGPaperFolderChangeSubscriptionType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGPaperFolderChangeSubscriptionType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGPaperFolderChangeSubscriptionType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGPaperFolderChangeSubscriptionType
API object. -
Deserializes
DBTEAMLOGPaperFolderChangeSubscriptionType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGPaperFolderChangeSubscriptionType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGPaperFolderChangeSubscriptionType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGPaperFolderChangeSubscriptionType
API object.Return Value
An instantiation of the
DBTEAMLOGPaperFolderChangeSubscriptionType
object.