Last Version

JSON SERDE 0.0.1

Json serialization/deserialization library which can serialize to json complex object graphs (with cyclic dependencies) without imposing restrictions on objects from that graph (like to have getters and setters or a default constructor)

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.anrosca
ArtifactId

ArtifactId

json-serde
Version

Version

0.0.1
Type

Type

jar
Description

Description

JSON SERDE
Json serialization/deserialization library which can serialize to json complex object graphs (with cyclic dependencies) without imposing restrictions on objects from that graph (like to have getters and setters or a default constructor)
Project URL

Project URL

https://github.com/anrosca/json-serde
Source Code Management

Source Code Management

https://github.com/anrosca/json-serde

Download json-serde 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.anrosca/json-serde/ -->
<dependency>
    <groupId>com.github.anrosca</groupId>
    <artifactId>json-serde</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anrosca/json-serde/
implementation 'com.github.anrosca:json-serde:0.0.1'
// https://jarcasting.com/artifacts/com.github.anrosca/json-serde/
implementation ("com.github.anrosca:json-serde:0.0.1")
'com.github.anrosca:json-serde:jar:0.0.1'
<dependency org="com.github.anrosca" name="json-serde" rev="0.0.1">
  <artifact name="json-serde" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anrosca', module='json-serde', version='0.0.1')
)
libraryDependencies += "com.github.anrosca" % "json-serde" % "0.0.1"
[com.github.anrosca/json-serde "0.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.12.0
org.objenesis : objenesis jar 3.1

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0

Project Modules

There are no modules declared in this project.