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