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 - Suggest more compact representation for serialized data in .form XML.
Summary: Suggest more compact representation for serialized data in .form XML.
Status: CLOSED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-25 18:38 UTC by Jesse Glick
Modified: 2003-06-30 18:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.