« Return to Thread: Feature request

Feature request

by Marcel Apfelbaum :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi,

 

I use FlorineFx in order to transfer binary data from an Asp.Net server to a Flex3 client.

Most of the objects I transfer to client are saved on the server using the same binary serialization that Fluorine is using to transfer data to client.

 

My problem is that I have a lot of properties that I don't want to transfer to client side but are serialized anyway!

The only way I could handle it is to implement FluorineFx.AMF3.IExternalizable, but this is not so user friendly (to do it for every class!).

It is possible to add to FluorineFx a new attribute 'FluorineFx.AMF3.NotSerializable' to be added on every field/property we don't want to send to client?

 

Thank you,

 Marcel

  


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

 « Return to Thread: Feature request