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