Skip to content

microfalx/binserde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 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

About

A binary serializer/ deserializer implementation in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages