return newInstance(clazz, ExtensionRegistryLite.getEmptyRegistry());
}
public ProtobufDecoder(Class<OUTPUT> clazz, ExtensionRegistryLite registry)
throws NoSuchMethodException {
super(new VarInt().getDecoder(), ProtobufMessageDecoder.newInstance(
clazz, registry));
}