org.jboss.serial.finalcontainers
Class CharacterContainer
java.lang.Object
org.jboss.serial.objectmetamodel.DataExport
org.jboss.serial.finalcontainers.FinalContainer
org.jboss.serial.finalcontainers.CharacterContainer
public class CharacterContainer
- extends FinalContainer
$Id: CharacterContainer.java,v 1.3 2006/04/18 18:42:41 csuconic Exp $
- Author:
- Clebert Suconic
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
CharacterContainer
public CharacterContainer(char value)
CharacterContainer
public CharacterContainer()
getValue
public char getValue()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
writeMyself
public void writeMyself(java.io.DataOutput output)
throws java.io.IOException
- Throws:
java.io.IOException
readMyself
public void readMyself(java.io.DataInput input)
throws java.io.IOException
- Throws:
java.io.IOException
setPrimitive
public void setPrimitive(java.lang.Object obj,
java.lang.reflect.Field field)
throws java.lang.IllegalAccessException
- Specified by:
setPrimitive
in class FinalContainer
- Throws:
java.lang.IllegalAccessException
JBoss Serialization, a new approach to java-serialization.