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