This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 3580

Summary: Suggest more compact representation for serialized data in .form XML.
Product: guibuilder Reporter: Jesse Glick <jglick>
Component: CodeAssignee: _ ttran <ttran>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 1999-08-25 18:38:57 UTC
Instead of:

value="-112,65,..."

use

hexvalue="D368..."

would save up to 2x space in form files. Could change attribute name as shown so as to preserve backwards compatibility.
Comment 1 Tomas Pavek 2001-01-22 09:31:59 UTC
Currently we wouldn't save much space (only for serialized properties) - and
we'll change the XML storing completely in the future anyway (using "JSR-57
Long-term Persistence for JavaBeans").
Comment 2 Quality Engineering 2003-06-30 18:20:33 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-06-30 18:25:46 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.