My project use Spring MVC for front End and EJB for back-end. when i use jackson to serialize and deserialize json string in controller level bellow code working properly but s
You also need to include
<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.3.2</version> </dependency>