/protostream

ProtoStream is a serialization library based on Protocol Buffers

Primary LanguageJavaApache License 2.0Apache-2.0

ProtoStream

Build Status Maven Central Javadoc

ProtoStream is a serialization library based on Protobuf. It is open source software released under the Apache License, v2.0. ProtoStream is part of the Infinispan data grid platform. For more information about Infinispan visit the project's website on http://www.infinispan.org

Usage (via Maven)

Add this dependency to your pom.xml file:

<dependency>
   <groupId>org.infinispan.protostream</groupId>
   <artifactId>protostream</artifactId>
   <version>3.1.0.Final</version>
</dependency>

Requirements

Java 1.8 or newer

Maven 3.3.3 or newer

Bugs

Bug reports go here