code
docs
tests
ValueSerialization Service backed by org.json.
Table 55. Artifact
org.qi4j.extension
org.qi4j.extension.valueserialization-orgjson
2.1
Assembly is done as follows:
@Override public void assemble( ModuleAssembly module ) throws AssemblyException { new OrgJsonValueSerializationAssembler().assemble( module ); }
See the ValueSerialization API and SPI documentation for details and usage.