• Dependencies on jboss-commons and Log4j

    http://jira.jboss.org/jira/browse/JBSER-41 I'm planning to completely remove any third-library dependency on JBoss Serialization. Dependencies are already minimal, and I only need jboss-commons to log4j. I would l...
    Profile Photo
    last modified by clebert.suconic
  • serialization performance across network

    Moved here from private email conversation: From: Tim Fox Sent: Thursday, January 26, 2006 2:11 PM >>> To: Tom Elrod; Clebert Suconic >>> Cc: Ovidiu Feodorov >>> Subject: JBoss serializatio...
    Profile Photo
    last modified by timfox
  • NPE in JBossObjectOutputStream

    The following code gives a NPE when trying to write an int: FileOutputStream fos = new FileOutputStream("whatever"); JBossObjectOutputStream os = new JBossObjectOutputStream(fos); os.writeInt(123); This happens i...
    Profile Photo
    created by timfox
  • JVM 1.4.2 support

    It was stated into http://jira.jboss.com/jira/browse/JBSER-12 that wouldn't be possible to use JBossSerialization into JVM 1.4 because of lacking of hooks. I just found a hook, and it is already implemented, so it wi...
    Profile Photo
    last modified by clebert.suconic
  • SafeToClone operations and SafeToCache operations

    *SafeToClone:* http://jira.jboss.org/jira/browse/JBSER-33 I just implemented a feature on JBossSerialization useful for cloning operations. Say if you are cloning a Proxy, to guarantee classLoading operations you ne...
    Profile Photo
    last modified by clebert.suconic