I am using Spring/SpringMVC and I want to serialize a POJO to application/x-www-form-urlencoded representation - the very same representation that a Spring @Controller would be able to bind to a POJO if submitted via a POST request for example.
Anyone has an idea in which Spring Components should I be looking?