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