JPPF, java, parallel computing, distributed computing, grid computing, parallel, distributed, cluster, grid, cloud, open source, android, .net
JPPF

The open source
grid computing
solution

 Home   About   Features   Download   Documentation   On Github   Forums 

Kryo Serialization sample

What does the sample do?

This sample provides an implementation of a custom serialization scheme which uses the Kryo library for serializing and deserializing Java objects.

How do I use it?

  1. First you will need to build the serialization scheme extension: from a shell or comand prompt in KryoSerializer/ type: ./build.sh (on Linux), build.bat (on Windows) or ant build
  2. This will create the file KryoSerializer.jar
  3. For each JPPF node, server and client that you use, add KryoSerialzer.jar, along with all the jars in KryoSerializer/lib, to the classpath
  4. For each node, server and client, edit the JPPF configuration file and add the following property:
    # Use the Kryo serializer as JPPF serialization scheme
    jppf.object.serialization.class = org.jppf.serialization.kryo.KryoSerialization
    
  5. example configuration files are provided in KryoSerializer/config
  6. when this is done, the JPPF is ready to work with Kryo serialization

Sample's source files

I have additional questions and comments, where can I go?

There are 2 privileged places you can go to:


JPPF Copyright © 2005-2020 JPPF.org Get JPPF at SourceForge.net. Fast, secure and Free Open Source software downloads