ke-chappel.oss.commons.serialization.1.0.16.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serialization Show documentation
Show all versions of serialization Show documentation
A common serializtion framework to help avoid accidental de/serializtion of object instances
module io.github.lc.oss.commons.serialization {
requires io.github.lc.oss.commons.util;
requires transitive com.fasterxml.jackson.annotation;
requires transitive com.fasterxml.jackson.core;
requires transitive com.fasterxml.jackson.databind;
// for testing
opens io.github.lc.oss.commons.serialization to com.fasterxml.jackson.databind;
exports io.github.lc.oss.commons.serialization;
}