Skip to content

bojanv55/protostuff

 
 

Repository files navigation

Protostuff

A serialization library with built-in support for forward-backward compatibility (schema evolution) and validation.

Documentation:

  1. http://www.protostuff.io/

Benchmarks:

  1. http://hperadin.github.io/jvm-serializers-report/report.html

Usage (maven)

  1. When you generate schemas for your classes
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-core</artifactId>
  <version>1.3.5</version>
</dependency>
  1. Runtime schemas
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-runtime</artifactId>
  <version>1.3.5</version>
</dependency>

Questions/Concerns/Suggestions

Requirements

Java 1.7 or higher

Build Requirements

Maven 3.2.3 or higher

About

Java serialization library, proto compiler, code generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.9%
  • Protocol Buffer 2.0%
  • GAP 1.1%