spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Provide GSON-based Encoder/Decoder

Open asavov opened this issue 4 years ago • 13 comments

Affects: 5.3.6 (coming from Spring Boot 2.4.5)

Requirement: Provide GSON-base Encoder/Decoder by analogy with Jackson2JsonEncoder/Jackson2JsonDecoder (in webflux world) and GsonHttpMessageConverter (in mvc world).

Issue found (status closed): https://github.com/spring-projects/spring-boot/issues/9166

Workaround found: https://stackoverflow.com/questions/60854660/set-custom-encoder-decoder-or-typeadapter-for-webclient-using-gson

Let me know if I need to provide more details.

asavov avatar Jul 05 '21 10:07 asavov