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