I have a question, in the catalog module, I want to use avro-rpc from CommunicationChannel, based on xmlrpc example. But xmlrpc implementation is using a Serializer class to transform OODT objects to strings. This is done because xmlrpc support strings by default. My question is, witch is better for avro-rpc, to create objects using avro schema, or to use Serializer class and send strings.
Momentary I will implement using strings. Thanks, Radu.
