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