This project has retired. For details please refer to its Attic page.
javax.json serialization Starter Template for Bootstrap
Overview
javax.json serialization
javax.xml serialization
MessagePack serialization
Memory EntityStore
File EntityStore
Geode EntityStore
Hazelcast EntityStore
JClouds EntityStore
JDBM EntityStore
LevelDB EntityStore
MongoDB EntityStore
Preferences EntityStore
Redis EntityStore
Riak EntityStore
SQL EntityStore
Ehcache Cache
Memcache Cache
ElasticSearch Index/Query
OpenRDF Index/Query
Apache Solr Index/Query
SQL Index/Query
Codahale Metrics
Migration
Reindexer

javax.json serialization

code

docs

tests

Serialization service backed by javax.json types. See Serialization and Serialization SPI.

Table 48. Artifact

Group IDArtifact IDVersion

org.apache.polygene.extensions

org.apache.polygene.extension.serialization-javaxjson

0


This extension comes with Apache Johnzon as a default javax.json provider. You can exclude its dependency and replace it by the one of your choice.

Assembly

Assembly is done using the provided Assembler:

@Override
public void assemble( ModuleAssembly module )
{
    new JavaxJsonSerializationAssembler().assemble( module );
      [...snip...]

}

Note that this assembler is optional as Polygene assemble this service by default if no Serialization service is declared.