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