An open API service indexing awesome lists of open source software.

https://github.com/suhdev/blinds-util

A set of utility classes used in Blinds.
https://github.com/suhdev/blinds-util

Last synced: about 1 year ago
JSON representation

A set of utility classes used in Blinds.

Awesome Lists containing this project

README

          

#Blinds Utility

A collection of classes used with in Blinds.

## Interfaces
1. ByteArraySerializable
An interface that is used for objects that can be serialized to byte arrays.

## Classes

1. ByteConverter
Converts given primitive and object values to byte arrays.