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