Interface that is implemented by generated classes.
| 25 | * Interface that is implemented by generated classes. |
| 26 | */ |
| 27 | @InterfaceAudience.Public |
| 28 | public interface Record { |
| 29 | void serialize(OutputArchive archive, String tag) throws IOException; |
| 30 | void deserialize(InputArchive archive, String tag) throws IOException; |
| 31 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…