/example-javalin-gson

This project illustrates Javalin 2.0.0-RC1 and Gson 2.8.5 interworking.

Primary LanguageJava

Javalin Gson Example

This project's purpose is to illustrate configuration of Google's Gson and the Javalin HTTP framework so that they work nicely with each other.

The project consists of a test suite, with a single test case, that illustrates a how to use Gson as the serialization library when serializing a generic type.