Hi, You have to make sure the class variables types.. Lets say when you declare a Number in a class, it will take 16 bytes(as it is sent as Double value).. So you have to decide if it has been a primitive data type then you can opt for "int" which will take only 8 bytes.. This way you have to decide the type of your class members and you can save some bytes..
Regards, Jitendra Jain On Fri, Jun 24, 2011 at 10:52 AM, HISSAM <[email protected]> wrote: > Why dont you convert to byte array and then send across the network and at > the server side convert it to the required type > > On 23 June 2011 15:17, nvxuser <[email protected]> wrote: > >> Dear All, >> >> In my application i am sending an array collection >> to .Net through FluorineFx . My data is in the form of Hierarchical >> model. Array collection length is one. That object contains more than >> 100 records as child, each child has its own children then so on.. >> When total records length (including all children) is less than 500 it >> takes less time to send data to .Net method. When the record count is >> high higher the time. When record count exceeds 3000 it takes more >> than 4 minutes to reach .net method. >> >> Any help will be appreciated. Thanks in advance >> >> Regards, >> NVXUSR >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> > > > -- > > Hissam, > Flex Developer, > INDIA. > (m) +919860694301 > If I CRY angels deserves to DIE. > > > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- Thanks and Regards, JJain, If you have knowledge, let others light their candles in it --Margaret Fuller: -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

