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