Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6
-
Patch Available
Description
t_csharp_generator.cc
scope_down(out);
if (ttype->is_map())
else if (ttype->is_set())
{ indent(out) << "oprot.WriteSetEnd();" << endl; }else if (ttype->is_list())
{ indent(out) << "oprot.WriteListEnd();" << endl; }scope_down(out);
Attachments
Attachments
Issue Links
- is cloned by
-
THRIFT-1258 Cannot Serialize Lists of Structs in C#
- Closed
-
THRIFT-1148 list<> type with multiple items is not encoded properly
- Closed