public class AvroUtil
extends Object 
Class for Avro-related utility methods.
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Method Details
- 
encodepublic static byte[] encode(Event event) 
- 
decodepublic static Event decode(byte[] bytes)