All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ray.serve.util.ProtobufBytesParser Maven / Gradle / Ivy

There is a newer version: 2.39.0
Show newest version
package io.ray.serve.util;

import com.google.protobuf.InvalidProtocolBufferException;

@FunctionalInterface
public interface ProtobufBytesParser {

  T parse(byte[] bytes) throws InvalidProtocolBufferException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy