Skip to content

Commit 0410047

Browse files
authored
Update README.md
1 parent 5278f79 commit 0410047

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Implemented benchmarks for the following serializers:
1010
- System.Text.JsonSerializer
1111
- System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
1212
- System.Xml.Serialization.XmlSerializer
13-
- BinaryPack (https://github.com/Sergio0694/BinaryPack)
1413
- Bois (https://github.com/salarcode/Bois)
1514
- Ceras (https://github.com/rikimaru0345/Ceras)
1615
- FastJson ( https://github.com/mgholam/fastJSON/)
@@ -26,5 +25,6 @@ Implemented benchmarks for the following serializers:
2625
- SpanJson (https://github.com/Tornhoof/SpanJson)
2726
- UTF8Json (https://github.com/neuecc/Utf8Json)
2827

29-
#### Legacy Serializers
30-
- BinaryFormatter
28+
#### Legacy and no longer supported Serializers
29+
- BinaryFormatter
30+
- BinaryPack (https://github.com/Sergio0694/BinaryPack)

0 commit comments

Comments
 (0)