All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.nmorel.gwtjackson.client.ObjectMapper Maven / Gradle / Ivy

Go to download

gwt-jackson is a GWT JSON serializer/deserializer mechanism based on Jackson annotations

There is a newer version: 0.15.4
Show newest version
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