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

org.qas.api.transform.Unmarshaller Maven / Gradle / Ivy

The newest version!
package org.qas.api.transform;

/**
 * Unmarshaller
 *
 * @author Dzung Nguyen
 * @version $Id Unmarshaller 2014-03-27 11:09:30z dungvnguyen $
 * @since 1.0
 */
public interface Unmarshaller {
  boolean isParseJson();

  T unmarshall(R in) throws Exception;

  T parse(String data) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy