size of serialized object graph

size of serialized object graph

Old forum URL: forums.lhotka.net/forums/t/10756.aspx


fsl posted on Monday, October 10, 2011

Hi there

I'm having some issues with WCF remote data portal performance (binary http binding). Is there an easy way to get the size of the payload involved for saving a specific root object?

skagen00 replied on Monday, October 10, 2011

A good place to determine this if you're using compression is by placing breakpoints in CompressedHost (I'm not sure if that's what everyone calls it, I believe that was the name I grabbed from the example... i.e.

CompressedHost

 

 

: Csla.Server.Hosts.Silverlight.WcfPortal

Putting breakpoints in this class you can see the size of request both in compressed and uncompressed terms if I remember correctly.

RockfordLhotka replied on Monday, October 10, 2011

There is also information in the data portal FAQ page:

http://www.lhotka.net/cslanet/faq/DataPortalFaq.ashx

Copyright (c) Marimer LLC