Add partialDeserialize override that takes TFieldIdEnum... instead of int...
for the path
-----------------------------------------------------------------------------------------
Key: THRIFT-725
URL: https://issues.apache.org/jira/browse/THRIFT-725
Project: Thrift
Issue Type: Improvement
Components: Library (Java)
Affects Versions: 0.2
Reporter: Bryan Duxbury
Assignee: Bryan Duxbury
Priority: Minor
Fix For: 0.3
Since we created the partialDeserialize method on TDeserializer, we refactored
the generated struct field ids to be tracked via an enum. It'd be great to make
a convenience version of partialDeserialize that takes an array of
TFieldIdEnums and converts internally to ints. This would make it much easier
to use.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.