Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I usually use Granite Data Services (rather than LCDS or Blaze), but have you tried using the [Transient] ActionScript tag? (Of course if you're generating your .as classes, this might be an issue - perhaps there's a @Transient annotation?)</p> <p><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=metadata_3.html" rel="nofollow">http://livedocs.adobe.com/flex/3/html/help.html?content=metadata_3.html</a></p> <p>The way this works depends on who (what) is doing the serialization. For example Granite, I believe, behaves slightly differently than Blaze. I don't think Granite serializes private attributes (could be recalling this wrong). Also I do recall a few years back, I created a custom serialization class for Granite which tells it to ignore fields with the 'transient' Java keyword (using reflection). </p> <p>I don't know if you can implement custom serialization logic in Blaze/LCDS (just as easily) but that might be something worth looking into as well. It wasn't a huge pain (as you say) because it was just a single class that I customized, but again I only know for sure that this is simple w/Granite.</p> <p>There may be a helper lib or two out there for this. The guy wrote wrote this <a href="http://www.flexpasta.com/index.php/2008/05/19/blazeds-with-annotations-for-remote-objects/" rel="nofollow">http://www.flexpasta.com/index.php/2008/05/19/blazeds-with-annotations-for-remote-objects/</a> appears to be doing what you're asking <em>in reverse</em>. (Force serialization when no setter.)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload