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

com.findwise.hydra.JsonDeserializer Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package com.findwise.hydra;

public interface JsonDeserializer {
	void fromJson(String json) throws JsonException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy