Skip to content

Commit 7b5dc44

Browse files
committed
language switch
1 parent bd37b89 commit 7b5dc44

14 files changed

+5
-770
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# High Performance Binary Serialization Libraries
22

3-
[quick start](doc/GettingStart.Md) | [support types](doc/SupportTypes.Md)
3+
[中文](README.zh.md) | [Quick Start](doc/GettingStart.Md) | [Support Types](doc/SupportTypes.Md)
44

55
Xfrogcn BinaryFormatter is a high performance binary serialization libraries in .NET, it through the Span and Emit to achieve high performance, BinarySerializer uses an API interface that is consistent with System.Text.JSON, so easy to use.
66

@@ -9,11 +9,11 @@ Xfrogcn BinaryFormatter is a high performance binary serialization libraries in
99
- [x] High performance
1010
- [x] Smaller size
1111
- [x] Simple and easy to use
12-
- [x] keep instance refer
13-
- [x] support the type of dynamic loading assemblies
12+
- [x] Keep instance refer
13+
- [x] Support the type of dynamic loading assemblies
1414
- [x] Complete built-in type support
1515
- [ ] Extended attributes
16-
- [ ] binary document model
16+
- [ ] Binary document model
1717

1818
## Performance
1919

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 高性能二进制序列化库
22

3-
[快速开始](doc/GettingStart.zh.md) | [支持的类型](doc/SupportTypes.zh.md)
3+
[English](README.md) | [快速开始](doc/GettingStart.zh.md) | [支持的类型](doc/SupportTypes.zh.md)
44

55
Xfrogcn.BinaryFormatter是一个.NET下的高性能二进制序列化库,它通过底层的Span以及Emit最大限度地提高性能,BinarySerializer整体上采用了与System.Text.Json序列化一致的编程API接口,故简单易用,无需过多的学习成本。
66

src/BinaryFormatter/Metadata/Internal/ArrayTypeGetter.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/BinaryFormatter/Metadata/Internal/BaseTypeGetter.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/BinaryFormatter/Metadata/Internal/ClassTypeGetter.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/BinaryFormatter/Metadata/Internal/DateTimeGetter.cs

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/BinaryFormatter/Metadata/Internal/DictionaryTypeGetter.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/BinaryFormatter/Metadata/Internal/ListTypeGetter.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/BinaryFormatter/Metadata/Internal/NullableTypeGetter.cs

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)