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