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