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