All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp.libraries.generichost.AsModel.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
// This logic may be modified with the AsModel.mustache template
return Is{{vendorExtensions.x-http-status}}
    ? System.Text.Json.JsonSerializer.Deserialize<{{#isModel}}{{^containerType}}{{packageName}}.{{modelPackage}}.{{/containerType}}{{/isModel}}{{{dataType}}}>(RawContent, _jsonSerializerOptions)
    : {{^netStandard}}null{{/netStandard}}{{#netStandard}}default{{/netStandard}};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy