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