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