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 284bc99 commit 84449e1Copy full SHA for 84449e1
README.md
@@ -7,6 +7,7 @@ nanoFramework.MessagePack is a simple, lightweight [MsgPack.Light](https://githu
7
## Usage
8
### Serialization to bytes array:
9
```C#
10
+var value = new TestClass();
11
var bytes = MessagePackSerializer.Serialize(value);
12
```
13
### Deserialization:
0 commit comments