// Serialize the object ByteBuffer buffer = ByteBuffer.allocate(1024); JavryoOutput output = new JavryoOutput(buffer); javryo.writeObject(output, person); output.close();
class Person private String name; private int age; javryo com
To demonstrate Javryo's performance, let's look at some benchmarks comparing it to other popular serialization libraries: // Serialize the object ByteBuffer buffer = ByteBuffer
// Serialize the object ByteBuffer buffer = ByteBuffer.allocate(1024); JavryoOutput output = new JavryoOutput(buffer); javryo.writeObject(output, person); output.close();
class Person private String name; private int age;
To demonstrate Javryo's performance, let's look at some benchmarks comparing it to other popular serialization libraries: