1 Star 0 Fork 14

数管2241/nilnul._data_._LIB_.

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ICodec.cs 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
WANG,Youtian 提交于 2023-09-04 22:42 . reorganize&augment;
namespace nilnul.data
{
/// <summary>
/// converting data in one form to another;
/// encoding and decoding;
/// put info to data to store in some form;
/// </summary>
/// vs:
/// <seealso cref="ISerialize"/> used for converting info(which might be not linear data) into data, whielas this is used for converting data in one form to data in another form;
/// vs:
/// <seealso cref="nilnul._data.info.ICodec"/>
///
public interface ICodec { }
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/data-tube-2241_enterprise/nilnul._data_._LIB_.git
git@gitee.com:data-tube-2241_enterprise/nilnul._data_._LIB_.git
data-tube-2241_enterprise
nilnul._data_._LIB_
nilnul._data_._LIB_.
nilnul-pub

搜索帮助