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