On Nov 26, 2005, at 1:02 AM, Cris Daniluk wrote:
> Is XMLEncoder.encodeList() correctly marked as deprecated? If so, what
> should be used in its place?
Yes, this static method is redundant. You can use this instead:
new XMLEncoder().encode(rootXmlTag, objects);
Andrus
This archive was generated by hypermail 2.0.0 : Mon Nov 28 2005 - 06:30:25 EST