PDA

View Full Version : How to NOT ignore java beans read only properties when serializing Java to AS?



adelinor
May 13th, 2009, 05:48 AM
I know that this forum is not meant to ask pure Adobe related questions, but some of you may know the answer...

As stated in the Adobe LCDS documentation (http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/lcds/help.html?content=serialize_data_3.html), the read-only properties of a java bean are ignored in the AMF serialization process.

Would you know what to do so that Java beans read only properties do not get discarded when sending it via BlazeDS AMF?

Many thanks in advance.