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

io.codegen.gwt.jsonoverlay.runtime.JsonFactory Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
package io.codegen.gwt.jsonoverlay.runtime;

import java.util.List;
import java.util.function.Function;

public interface JsonFactory {

     JsonSerializer createSerializer(Function unwrapper);

     JsonParser createParser(Function wrapper);

     List wrapArray(T[] values);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy