Carl Yeksigian created THRIFT-1959: -------------------------------------- Summary: C#: Add Union TMemoryBuffer support Key: THRIFT-1959 URL: https://issues.apache.org/jira/browse/THRIFT-1959 Project: Thrift Issue Type: Bug Components: C# - Library Affects Versions: 1.0 Reporter: Carl Yeksigian Fix For: 1.0
Currently, the TMemoryBuffer requires a type which is TBase. With the new union typing, the type should be relaxed to TAbstractBase, and reflection needs to be used to get the correct Read method (since TAbstractBase does not include a Read). -- 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