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