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