0

Is there absolutely no way to have a property of a string type as part of CLR-based UDT? I know strings are non-blittable, but I really need one are there any tricks allowing to squeeze through that limitation?

user1514042
  • 1,899
  • 7
  • 31
  • 57

1 Answers1

0

The link contains the answer (Figure 5), which is implementing your own serializer: http://msdn.microsoft.com/en-us/magazine/cc164013.aspx

user1514042
  • 1,899
  • 7
  • 31
  • 57