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