Skip to content

Serialization dsl json

Module http_client_jetty

Serialization implementation using the DSL JSON library.

Install the Dependency

1
2
3
4
5
repositories {
    mavenCentral()
}

implementation("com.hexagonkt:serialization_dsl_json:$hexagonVersion")
1
2
3
4
5
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>serialization_dsl_json</artifactId>
  <version>$hexagonVersion</version>
</dependency>

Package com.hexagonkt.serialization.dsl.json

DSL JSON implementation classes.