ougwen1235 created ZOOKEEPER-3308:
-------------------------------------
Summary: does word tag really need in Jute
Key: ZOOKEEPER-3308
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3308
Project: ZooKeeper
Issue Type: Improvement
Components: jute
Affects Versions: 3.5.0
Reporter: ougwen1235
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?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)