Interface ProtoReader.PackedReader<T>

Enclosing class:
ProtoReader

public static interface ProtoReader.PackedReader<T>
Strategy hook for ProtoReader.readPacked(List, ProtoReader.PackedReader). Lets the generated codec reuse this reader without committing to a fixed element type.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • read

      T read(ProtoReader in) throws java.io.IOException
      Throws:
      java.io.IOException