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