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