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