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