Javryo Com Direct

Here's an example of using Javryo to serialize and deserialize a simple Java object:

class Person private String name; private int age; javryo com

public Person(String name, int age) this.name = name; this.age = age; Here's an example of using Javryo to serialize