George Porter wrote:
The 'put' message gets compiled into the following signature in Java:{code} Void put(ByteBuffer key, ByteBuffer value) throws AvroRemoteException; {code} Unfortunately, Void isn't an instantiatable type in Java. Any thoughts?
When do you need to instantiate a Void? I'm not saying this isn't a problem, I'm just not yet sure where the problem is.
Doug
