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