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