Skip to content

danberindei/protostream

 
 

Repository files navigation

ProtoStream

Build Status Maven Central Javadoc License Java 8+

ProtoStream is a serialization library based on Protobuf data format. 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 https://infinispan.org

Usage (via Maven)

Add this dependency to your pom.xml file:

<dependency>
   <groupId>org.infinispan.protostream</groupId>
   <artifactId>protostream</artifactId>
   <version>4.4.2-SNAPSHOT</version>
</dependency>

Requirements

Target runtime platform is Java 8.

Requires Java 11 or newer to build.

Maven 3.6.0 or newer.

Bugs

Bug reports go here

About

ProtoStream is a serialization library based on Protocol Buffers

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%