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