nishigandharajurkar / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Initwithcoder #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any easy way of adding support for NSCoding into the generated classes.

At the moment i either have to add the requisite methods and settings manually, 
but if i update 
from the web services it gets lost or i have to create intermediate classes 
with then link through, 
which is a lot of additional work and code.

Original issue reported on code.google.com by newk...@gmail.com on 26 Nov 2009 at 10:06

GoogleCodeExporter commented 9 years ago
never mind, i added the encodeWithCoder and initWithCoder to the 
ComplexType_M.template and it seems to 
work fine.

thanks anyway

Original comment by newk...@gmail.com on 27 Nov 2009 at 12:18

GoogleCodeExporter commented 9 years ago
patch in issue #78 solves this in a more generic fashion.

Original comment by hasse...@gmail.com on 26 Apr 2010 at 9:09