Package org.springframework.http.converter.smile
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
Class Summary Class Description MappingJackson2SmileHttpMessageConverter Implementation ofHttpMessageConverterthat can read and write Smile data format ("binary JSON") using the dedicated Jackson 2.x extension.