com.findwise.hydra.JsonDeserializer Maven / Gradle / Ivy
package com.findwise.hydra;
public interface JsonDeserializer {
void fromJson(String json) throws JsonException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package com.findwise.hydra;
public interface JsonDeserializer {
void fromJson(String json) throws JsonException;
}