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 11:39:00 UTC

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

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ougwen1235 resolved ZOOKEEPER-3308.
-----------------------------------
    Resolution: Not A Problem

> 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
>            Priority: Trivial
>
> 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)