Skip to content
Snippets Groups Projects

HTTP bridge

Merged Sören Henning requested to merge http-bridge into master
7 files
+ 118
12
Compare changes
  • Side-by-side
  • Inline
Files
7
package theodolite.commons.httpbridge;
/**
* A class for converting objects to strings.
*
* @param <T> Type to be deserialized from.
*/
@FunctionalInterface
public interface Deserializer<T> {
Loading