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