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

org.sklsft.commons.mvc.converters.SelectItemConverter Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package org.sklsft.commons.mvc.converters;

import org.sklsft.commons.api.model.SelectItem;
import org.sklsft.commons.crypto.serialization.JsonSerializer;

/**
 * {@link JsonSerializingConverter} for {@link SelectItem}
 * @author Alexandre RUPP
 *
 */
public class SelectItemConverter extends JsonSerializingConverter {
	
	public SelectItemConverter(JsonSerializer serializer) {
		super(SelectItem.class, serializer);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy