Rado, The JSON encoding is not currently implemented for RPC.
With RPC over HTTP we use "avro/binary" as the Content-Type. So we could perhaps extend things by adding support for "avro/json". Doug On 07/07/2011 05:56 AM, Radoslav Gerganov wrote: > Hi, > > How can I switch from binary to JSON encoding when doing RPC? It seems > that both Requestor and Responder create a binaryEncoder for > serialization and there is no way to override this behavior. > > Thanks, > Rado
