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