[jboss-jira] [JBoss JIRA] Created: (JBSER-99) The stream header should be optional

David Lloyd (JIRA) jira-events at lists.jboss.org
Tue Dec 11 11:38:54 EST 2007


The stream header should be optional
------------------------------------

                 Key: JBSER-99
                 URL: http://jira.jboss.com/jira/browse/JBSER-99
             Project: JBoss Serialization
          Issue Type: Feature Request
            Reporter: David Lloyd
         Assigned To: Clebert Suconic
            Priority: Minor
             Fix For: 1.1.0 Beta


JBossObjectOutputStream writes a protocol header ("jbs1{") in its constructor.  This can be a problem if your underlying stream isn't "ready" for this data yet.

There should be an optional boolean parameter in the constructor that allows you to disable the header.  A similar change would be made on the ObjectInput side.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list