Skip to content

A binary serializer/ deserializer implementation in Java.

License

Notifications You must be signed in to change notification settings

adrian-tarau/binserde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Serializer / Deserializer

A binary serializer/ deserializer implementation in Java. The project aims to provide the following features:

  • compact, fast, binary data format
  • transport or store data between processes

The project does not intend to replace Java serialization or provide ways to intercept, create arbitrary classes or execute code during serialization/deserialization. The main goal is to provide a way to convert easy POJO / DTO (plain old java object / data transfer objects) objects to streams and back.

Data Types

The following data types are supported:

How to build

Using a JDK 11 or newer, with Apahce Maven:

mvn clean install

Releases

No releases published

Packages

No packages published

Languages