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