Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Generated C# code for a union type does WriteStructEnd but doesn't WriteStructBegin. The reader does ReadStructBegin. This does not manifest itself in the binary protocol because it writes nothing for either struct begin or end, but will likely manifest for other protocols.