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