package org.briarproject.api.serial; import java.io.IOException; public interface StructReader { T readStruct(Reader r) throws IOException; }