xq.gzh created THRIFT-1964: ------------------------------ Summary: 'Isset' will cause xmlserializer crashed. Key: THRIFT-1964 URL: https://issues.apache.org/jira/browse/THRIFT-1964 Project: Thrift Issue Type: Bug Components: C# - Compiler Affects Versions: 0.9 Environment: .net framework 3.5 Reporter: xq.gzh
same class name 'Isset' in user defined class will cause xmlserializer crashed. below is the sample thrift: struct A { 1: string x; } struct B { 1: string y; } struct C { 1:A a 2:B b } generate code and try xmlserialize instance of class C. it crashed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira