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