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