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