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