Does Service Virtualization support complex data structures in C# context?

  • KM01499631
  • 09-Apr-2015
  • 15-Jun-2016

Summary

Does Service Virtualization support complex data structures in C# context?

Question

Does Service Virtualization support complex data structures, like Hash Table,  in C# context?

Answer

It is not currently possible to add complex objects to the context. Only primitive types are supported. It was implemented this way due to security and performance purposes (passing complex objects outside of C# sandbox boundaries is very slow).