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