You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2010/03/23 04:51:27 UTC

[jira] Closed: (THRIFT-725) Add partialDeserialize override that takes TFieldIdEnum... instead of int... for the path

     [ https://issues.apache.org/jira/browse/THRIFT-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury closed THRIFT-725.
--------------------------------

    Resolution: Duplicate

Looks like I already did this at some time in the past.

> 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.