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

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

            // This logic may be modified with the AsModel.mustache template
            return IsSuccessStatusCode
                ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
                : default(T);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy