1--- 2name: Bug report 3about: Report a Gson bug. Please have a look at the troubleshooting guide (Troubleshooting.md) first. 4title: '' 5labels: bug 6assignees: '' 7 8--- 9 10# Gson version 11<!-- Gson version you are using, for example '2.8.8' --> 12 13 14# Java / Android version 15<!-- Version of the Java or Android platform on which the bug occurred --> 16 17 18# Used tools 19<!-- List relevant build tools and plugins with version number here which might affect Gson --> 20- [ ] Maven; version: 21- [ ] Gradle; version: 22- [ ] ProGuard (attach the configuration file please); version: 23- [ ] ... 24 25# Description 26<!-- Describe the bug you experienced --> 27 28 29## Expected behavior 30<!-- What behavior did you expect? --> 31 32 33## Actual behavior 34<!-- What happened instead? --> 35 36 37# Reproduction steps 38<!-- Provide exact reproduction steps for reproducing the bug --> 39<!-- Provide a short code snippet or link to a demo project --> 40 411. ... 422. ... 43 44# Exception stack trace 45<!-- In case an exception occurred, paste the COMPLETE exception stack trace in the code block below or attach it as file --> 46 47``` 48 49``` 50