com.bubble.serializer.objects
Class PrivatePojo

java.lang.Object
  extended bycom.bubble.serializer.objects.PrivatePojo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PrivatePojo(int value)
           
 
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

PrivatePojo

public PrivatePojo(int value)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)


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