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