Set structured serialisers as streaming mode

* This means that checks for array sizes won't check against an empty input
  buffer and fail.
This commit is contained in:
baldurk
2019-01-03 12:22:28 +00:00
parent 7860bee811
commit 09207c5de0
+1
View File
@@ -1648,6 +1648,7 @@ public:
: Serialiser(new StreamReader(StreamReader::DummyStream), Ownership::Stream, obj)
{
ConfigureStructuredExport(lookup, false);
SetStreamingMode(true);
}
};
#endif