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