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

com.heroku.api.parser.Parser Maven / Gradle / Ivy

There is a newer version: 0.46
Show newest version
package com.heroku.api.parser;

import java.lang.reflect.Type;

public interface Parser {

     T parse(byte[] data, Type type);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy