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

https://github.com/datanucleus/datanucleus-typeconverter-kryo

TypeConverter for serialising a field using Kryo
https://github.com/datanucleus/datanucleus-typeconverter-kryo

Last synced: 9 months ago
JSON representation

TypeConverter for serialising a field using Kryo

Awesome Lists containing this project

README

          

datanucleus-typeconverter-kryo
==============================

Kryo Serialisation TypeConverter support for DataNucleus

This provides a DataNucleus TypeConverter plugin for serialising a field
using the Kryo library (and additionally applying Base64 encoding).
Look at KryoSerialiseStringConverter.java
for more information, as well as plugin.xml and MANIFEST.MF.