Skip to content

Commit

Permalink
upgrade protobuf version to support proto3
Browse files Browse the repository at this point in the history
  • Loading branch information
Abid Mohammed committed Aug 5, 2018
1 parent 3890258 commit a47f239
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,10 +5,10 @@
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import com.google.protobuf.AbstractMessage;
import com.google.protobuf.GeneratedMessage;

import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;

import static com.esotericsoftware.kryo.Kryo.NULL;

public class ProtobufSerializer<T extends AbstractMessage> extends Serializer<T> {
Expand Down

0 comments on commit a47f239

Please sign in to comment.