Stian Liknes 680a2bc3ec Configuration option to disable HTML escaping when using Gson (#298)
* Configuration option to disable HTML escaping when using Gson

The default implementation of Gson will escape certain characters by default. This
includes the `=` character, which is used in base64 encoding and cause problems when
deserializing the value to a base64 encoded string in a service.

Adding an option for disabling this feature makes it easier to generate client code
with sane defaults.

* Update Petstore sample
2018-06-14 19:27:52 +08:00
..
2018-06-11 13:22:03 -04:00
2018-06-11 13:22:03 -04:00
2018-06-11 13:22:03 -04:00
2018-06-11 13:22:03 -04:00
2018-06-11 13:22:03 -04:00
2018-06-11 13:22:03 -04:00
2018-06-11 13:22:03 -04:00
2018-06-11 13:22:03 -04:00