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.
1 parent 42e13df commit 22018beCopy full SHA for 22018be
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