ProtoStream - core · ProtoStream is a serialization library based on Protocol buffers format for serializing structured data.
Group: org.infinispan.protostream - All Dependencies
ProtoStream - annotation processor · Annotation processor for ProtoStream annotations. Generates your message and enum marshallers so you don't have to!
ProtoStream - builtin types · Builtin protobuf types and default marshalling for some common Java types.
ProtoStream - sample protobuf domain model definition · Defines some message and enum types in a *.proto schema file, for demo purposes and testing.
ProtoStream - sample domain model implementation · Defines the Java entities corresponding to the sample schema defined in the sample-domain-definition module and the MessageMarshaller/EnumMarshaller implementations for them.
ProtoStream - parent · Parent for all ProtoStream modules
ProtoStream · Aggregator module for the ProtoStream project. Builds the distribution of the project.
ProtoStream - integration tests · Integration tests for basic annotation processing, multi-module annotation processing, compatibility with the reference protobuf-java implementation.