ErQing / GeekProto

Super Fast Binary Serialization Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeekProto

Super Fast Binary Serialization Library

性能高,数据量小,支持ILRuntime

支持列表:

所有基础类型 byte sbyte bool short int long float double string byte[]

枚举类型

容器类型:Dictionary List HashSet

容器单层嵌套:Dictionary<int, List> Dictionary<int, HashSet> Dictionary<int, Dictionary<int, int>>

自定义类型(T),并可以与容器组合使用,如:Dictionary<int, Dictionary<int, T>>

Dictionary的key只能为:基础类型和枚举

不支持列表:

容器多层嵌套(实际开发中几乎用不上)

复杂对象Key的Dictionary

性能测试

About

Super Fast Binary Serialization Library

License:MIT License


Languages

Language:C# 64.5%Language:Liquid 35.5%