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

br.com.caelum.vraptor.serialization.DeserializerConfig Maven / Gradle / Ivy

There is a newer version: 4.3.0-beta-3
Show newest version
package br.com.caelum.vraptor.serialization;

import br.com.caelum.vraptor.Consumes;
import br.com.caelum.vraptor.serialization.gson.GsonDeserialization;

/**
 * Used by {@link Consumes} options to configure {@link Deserializee} and change
 * the {@link GsonDeserialization} behavior.
 * 
 * @author Renan Montenegro
 * @since 4.1
 */
public interface DeserializerConfig {
	void config(Deserializee deserializee);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy