You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Andrew McGeachie (JIRA)" <ji...@apache.org> on 2009/10/27 21:14:59 UTC

[jira] Created: (THRIFT-613) Make generated cocoa objects implement NSCoding protocol

Make generated cocoa objects implement NSCoding protocol
--------------------------------------------------------

                 Key: THRIFT-613
                 URL: https://issues.apache.org/jira/browse/THRIFT-613
             Project: Thrift
          Issue Type: New Feature
          Components: Compiler (Cocoa)
            Reporter: Andrew McGeachie
            Assignee: Andrew McGeachie
            Priority: Minor


It would be useful to archive objects using NSKeyedArchiver and NSKeyedUnarchiver.  To do so, the generated objects need to implement the NSCoding protocol

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


[jira] Updated: (THRIFT-613) Make generated cocoa objects implement NSCoding protocol

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

Andrew McGeachie updated THRIFT-613:
------------------------------------

    Attachment: thrift-613.patch

Here's a patch to the cocoa code generator to implement the NSCoding protocol on generated objects.

> Make generated cocoa objects implement NSCoding protocol
> --------------------------------------------------------
>
>                 Key: THRIFT-613
>                 URL: https://issues.apache.org/jira/browse/THRIFT-613
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Compiler (Cocoa)
>            Reporter: Andrew McGeachie
>            Assignee: Andrew McGeachie
>            Priority: Minor
>         Attachments: thrift-613.patch
>
>
> It would be useful to archive objects using NSKeyedArchiver and NSKeyedUnarchiver.  To do so, the generated objects need to implement the NSCoding protocol

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


[jira] Resolved: (THRIFT-613) Make generated cocoa objects implement NSCoding protocol

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

Andrew McGeachie resolved THRIFT-613.
-------------------------------------

    Resolution: Fixed

> Make generated cocoa objects implement NSCoding protocol
> --------------------------------------------------------
>
>                 Key: THRIFT-613
>                 URL: https://issues.apache.org/jira/browse/THRIFT-613
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Compiler (Cocoa)
>            Reporter: Andrew McGeachie
>            Assignee: Andrew McGeachie
>            Priority: Minor
>         Attachments: thrift-613.patch
>
>
> It would be useful to archive objects using NSKeyedArchiver and NSKeyedUnarchiver.  To do so, the generated objects need to implement the NSCoding protocol

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