I have added a custom property to the user code block on my typed views and lists e.g. public string Name { get; set; }
How do i get it to serialize/deserialize when remoting? I don't have fast serialization enabled.
Please check this blog post: http://www.llblgening.com/archive/2009/09/add-custom-calculated-fields-to-llblgen-objects/