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