
com.flipboard.goldengate.JsonSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Generate type safe java bridge into webview javascript code
The newest version!
package com.flipboard.goldengate;
public interface JsonSerializer {
String toJson(T stuff);
T fromJson(String json, Class type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy