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