allow external references and fix closures (#174)

* allow external references and fix closures

* fix comment
This commit is contained in:
Adam Hathcock
2024-11-19 14:22:20 +00:00
committed by GitHub
parent 604e141468
commit 2bbe2a8b93
@@ -98,7 +98,7 @@ public class ObjectSerializer : IObjectSerializer
{
// Start with object references so they're not captured by the Base class case below
// Note: this change was needed as we've made the ObjectReference type inherit from Base for
// the purpose of the "do not convert unchanged previously converted objects" POC.
// the purpose of the send object (connector/conversion level) caching.
case ObjectReference r:
Dictionary<string, object?> ret = new()
{