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