com.github.nmorel.gwtjackson.client.ObjectMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-jackson Show documentation
Show all versions of gwt-jackson Show documentation
gwt-jackson is a GWT JSON serializer/deserializer mechanism based on Jackson annotations
package com.github.nmorel.gwtjackson.client;
/**
* Interface combining {@link ObjectReader} and {@link ObjectWriter}
*
* @param Type of the mapped object
*
* @author Nicolas Morel
*/
public interface ObjectMapper extends ObjectReader, ObjectWriter {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy