Hello,

I want to output a class which I have written as the value of the map phase.
The obvious was is to implement the Writable interface but the problem is
the class has other classes as its member properties. The DataInput and
DataOutput interfaces used by the read and write methods of the Writable
class do not support object serialization. Is there any other way I can
achieve this?

Thanks,
Farhan

Reply via email to