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