We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d633d2e + 22018be commit fe73bd1Copy full SHA for fe73bd1
README.md
@@ -1,2 +1,11 @@
1
# Dahomey.Cbor
2
High-performance CBOR serialization framework for .Net
3
+
4
+## Features
5
+* Serialization/Deserialization from/to Streams, byte buffer
6
+* Object Model
7
+* Mapping to any .Net class
8
+* Extensible Polymorphism support based on discriminator conventions
9
+* Extensible Naming conventions
10
+* Custom converters for not supported types
11
+* [.Net standard 2.0](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md) support
0 commit comments