Blog Archive for malenkov during October 2006
I would like to start a discussion about XMLDecoder improvements. Some requests can be found in RFE 4864117. I don't want to discuss improvements of persistence delegation (XMLEncoder) here.
How to read objects
Usually the following code is used to read XML file that represents JavaBeans archive:
public static Object[] readXML( InputStream stream ) {
List list = new ArrayList();...



