Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6561883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:38:33+00:00 2026-05-25T13:38:33+00:00

I am using LCDS and Flex. When I am sending an object from java

  • 0

I am using LCDS and Flex.
When I am sending an object from java to Flex, I donot want to send all the properties. As far as I know, if you do not want to serialize make a variable transient.

eg.

 private transient Date birthDate;

 public Date getBirthDate(){  
    return birthDate;
 }

 public void setBirthDate(Date val){
    birthDate = val;
    //Some code here.
 }

Now the serialized object should not have birthDate in it. But When I see the AMF logs , the object has the birthDate with value in it.
Does serialization looks into code and checks the private variable is transient.( I don’t understand how it has access to private property. I am little confused.)
Should I mark variable as public. Then getters and setters make no sense and moreover I write some code in setter method. So I need setter.

Questions:

  1. I read in a book(Enterprise flex with blazeds by Brain Telintelo, Chapter 15) that out of box Blazeds only serializes fileds that have matching getters and setters. If this is the case, will blazeds even bothers to check private property as transient.

  2. Can some body please explain how normal serializtion( not amf serializtion ) takes place and keeps track of private transient variables even though they have public getters and setters.

  3. How do I make a java variable not serialize in Flex/LCDS/BlazeDS environment.

I have 50-60 variables in objects and 4 or 5 varibales should not be seriablezed. So writing custion Serializer in such a large objects is a big pain. And another disadvantage I see is hibernate will not be able to use this object if I write my own serializer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T13:38:34+00:00Added an answer on May 25, 2026 at 1:38 pm

    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?)

    http://livedocs.adobe.com/flex/3/html/help.html?content=metadata_3.html

    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).

    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.

    There may be a helper lib or two out there for this. The guy wrote wrote this http://www.flexpasta.com/index.php/2008/05/19/blazeds-with-annotations-for-remote-objects/ appears to be doing what you’re asking in reverse. (Force serialization when no setter.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using TortoiseSVN against VisualSVN I delete a source file that I should not have
using ... $this->getInvokeArg('bootstrap')->getOptions(); .. to retrieve my config settings from application.ini (using Zend Framework
Using online interfaces to a version control system is a nice way to have
Using PyObjC , you can use Python to write Cocoa applications for OS X.
Using ASP.NET MVC there are situations (such as form submission) that may require a
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
Using C# and System.Data.SqlClient, is there a way to retrieve a list of parameters
Using VS2008, C#, .Net 2 and Winforms how can I make a regular Button
Using JDeveloper , I started developing a set of web pages for a project
Using C#, I need a class called User that has a username, password, active

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.