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