public interface ProtoReader.PackedReader<T>

Strategy hook for readPacked. Lets the generated codec reuse this reader without committing to a fixed element type.

Methods

public abstract T read(ProtoReader in) throws IOException

Method details

read

public abstract T read(ProtoReader in) throws IOException