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