com.bubble.serializer.objects
Class SubPojo

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

public class SubPojo
extends Pojo

See Also:
Serialized Form

Constructor Summary
SubPojo(int val, int subval)
           
 
Method Summary
 int getSubValue()
           
 
Methods inherited from class com.bubble.serializer.objects.Pojo
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubPojo

public SubPojo(int val,
               int subval)
Method Detail

getSubValue

public int getSubValue()


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