Benoit LEPREVOST opened SPR-16151 and commented
See issue raised initialy on spring-boot: spring-projects/spring-boot#10756
Jackson2SmileEncoder/Decoder declare "stream+x-jackson-smile" as a streaming MediaType, it doesn't seem to work by default. In my use case, we need binary encoding as we pass a lot a matrices and json just doesn't perform well for that case. CBOR would also be nice, if it came with a streaming option.
I've attached a new sample project.
Thank you
Affects: 5.0.1
Attachments:
Referenced from: commits 31b25b5, 32f6cce
Benoit LEPREVOST opened SPR-16151 and commented
See issue raised initialy on spring-boot: spring-projects/spring-boot#10756
Jackson2SmileEncoder/Decoder declare "stream+x-jackson-smile" as a streaming MediaType, it doesn't seem to work by default. In my use case, we need binary encoding as we pass a lot a matrices and json just doesn't perform well for that case. CBOR would also be nice, if it came with a streaming option.
I've attached a new sample project.
Thank you
Affects: 5.0.1
Attachments:
Referenced from: commits 31b25b5, 32f6cce