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