Skip to content

Commit

Permalink
language switch
Browse files Browse the repository at this point in the history
  • Loading branch information
xfrogcn committed Jan 6, 2021
1 parent bd37b89 commit 7b5dc44
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 770 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# High Performance Binary Serialization Libraries

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

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.

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

## Performance

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 高性能二进制序列化库

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

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

Expand Down
29 changes: 0 additions & 29 deletions src/BinaryFormatter/Metadata/Internal/ArrayTypeGetter.cs

This file was deleted.

35 changes: 0 additions & 35 deletions src/BinaryFormatter/Metadata/Internal/BaseTypeGetter.cs

This file was deleted.

25 changes: 0 additions & 25 deletions src/BinaryFormatter/Metadata/Internal/ClassTypeGetter.cs

This file was deleted.

74 changes: 0 additions & 74 deletions src/BinaryFormatter/Metadata/Internal/DateTimeGetter.cs

This file was deleted.

28 changes: 0 additions & 28 deletions src/BinaryFormatter/Metadata/Internal/DictionaryTypeGetter.cs

This file was deleted.

29 changes: 0 additions & 29 deletions src/BinaryFormatter/Metadata/Internal/ListTypeGetter.cs

This file was deleted.

33 changes: 0 additions & 33 deletions src/BinaryFormatter/Metadata/Internal/NullableTypeGetter.cs

This file was deleted.

Loading

0 comments on commit 7b5dc44

Please sign in to comment.