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