com.bubble.serializer.objects
Class Pojo

java.lang.Object
  extended bycom.bubble.serializer.objects.Pojo
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SubPojo

public class Pojo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Pojo(int val)
           
 
Method Summary
 int getValue()
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pojo

public Pojo(int val)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)


Faster Java Serialization.
Copyright (C) 2006 Leonardo Bubble Mesquita.