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