You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Nathan Marz (JIRA)" <ji...@apache.org> on 2009/02/19 23:04:01 UTC

[jira] Created: (THRIFT-345) Make it possible to turn validation off

Make it possible to turn validation off
---------------------------------------

                 Key: THRIFT-345
                 URL: https://issues.apache.org/jira/browse/THRIFT-345
             Project: Thrift
          Issue Type: New Feature
          Components: Library (Java)
            Reporter: Nathan Marz


There are some select scenarios where the extra validation structures do on serialization/deserialization is undesirable. It would be nice to have a global flag somewhere that can be set to turn validation off. Something like:

TBase.VALIDATION = false;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-345) Make it possible to turn validation off

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-345:
---------------------------------

         Priority: Trivial  (was: Major)
    Fix Version/s: 0.2

> Make it possible to turn validation off
> ---------------------------------------
>
>                 Key: THRIFT-345
>                 URL: https://issues.apache.org/jira/browse/THRIFT-345
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Library (Java)
>            Reporter: Nathan Marz
>            Priority: Trivial
>             Fix For: 0.2
>
>
> There are some select scenarios where the extra validation structures do on serialization/deserialization is undesirable. It would be nice to have a global flag somewhere that can be set to turn validation off. Something like:
> TBase.VALIDATION = false;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.