Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Not A Problem
-
3.5.0
-
None
-
None
Description
public interface Record
{ public void serialize(OutputArchive archive, String tag) throws IOException; public void deserialize(InputArchive archive, String tag) throws IOException; }As above, methods in interface Record, OutputArchive, InputArchive use word tag, but classes who implement these interfaces don't use tag at all. Why do we need it?