spring-framework/framework-docs/modules/ROOT/pages/web/webflux
Brian Clozel 20aac6dd8d Add Gson codecs for WebFlux
This commit adds new `GsonEncoder` and `GsonDecoder` for serializing and
deserializing JSON in a reactive fashion.

Because `Gson` itslef does not support decoding JSON in a non-blocking
way, the `GsonDecoder` does not support decoding to `Flux<*>` types.

Closes gh-27131
2025-09-23 17:09:41 +02:00
..
controller Update references to HTTP service clients in docs 2025-09-22 11:35:46 +01:00
ann-rest-exceptions.adoc Consistent line breaks in reference documentation 2025-07-10 19:33:34 +02:00
caching.adoc Consistent line breaks in reference documentation 2025-07-10 19:33:34 +02:00
config.adoc Replace X-API-Version with API-Version 2025-09-17 11:48:49 +01:00
controller.adoc Consistent line breaks in reference documentation 2025-07-10 19:33:34 +02:00
dispatcher-handler.adoc Consistent line breaks in reference documentation 2025-07-10 19:33:34 +02:00
http2.adoc Remove Undertow-specific support and testing 2025-08-20 10:32:33 +02:00
new-framework.adoc Remove Undertow-specific support and testing 2025-08-20 10:32:33 +02:00
range.adoc Polishing contribution 2025-08-12 06:57:28 +01:00
reactive-spring.adoc Add Gson codecs for WebFlux 2025-09-23 17:09:41 +02:00
security.adoc Consistent line breaks in reference documentation 2025-07-10 19:33:34 +02:00
uri-building.adoc Consistent line breaks in reference documentation 2025-07-10 19:33:34 +02:00