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