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