You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "ougwen1235 (JIRA)" <ji...@apache.org> on 2019/03/12 09:29:00 UTC

[jira] [Created] (ZOOKEEPER-3308) does word tag really need in Jute

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)