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