We binned woxmlcoder some time ago in favour of simplexml
http://simple.sourceforge.net/
It is miles more capable than woxmlcoder, might be worth a try.
Simon
On Thursday, April 21, 2011, Pascal Robert wrote:
> Anyone had any luck with using WOXMLDecoder with enums? I can get them to
> encode
Le 2011-04-21 à 13:59, Pascal Robert a écrit :
> Anyone had any luck with using WOXMLDecoder with enums? I can get them to
> encode properly, but I can't decode them since it's looking for a public
> constructor, and enums can't have public constructors.
>
> Any tricks beside trying to overri
Anyone had any luck with using WOXMLDecoder with enums? I can get them to
encode properly, but I can't decode them since it's looking for a public
constructor, and enums can't have public constructors.
Any tricks beside trying to override WOXMLDecoder.decodeObjectForKey() to call
another metho