You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-user@xml.apache.org by Michael Lancaster <M....@philology.com.au> on 2004/07/19 11:15:34 UTC

serialisation of xml beans

hi,

 

has anyone had any problems serialising xml beans?

 

i am using the java.awt.datatransfer.Transferable to perform drag and drop
across JVMs, but when the xmlbeans gets deserialised, the resultant object
returns null on all the get methods, even though the store appears to be
intact when checked via obj.xmlText()

 

any thoughts?

 

would it be better to write out xml and re-parse? i had a cursory attempt at
this, but got tangled up in DataFlavors and MimeTypes :))

 

thanks,

 

michael