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