kopia lustrzana https://github.com/peterhinch/micropython-samples
SERIALISATION.md: Add CBOR information.
rodzic
fdf4250f0c
commit
53ef595a58
|
@ -27,7 +27,7 @@ Self-describing:
|
||||||
1. json [ASCII, official](http://docs.micropython.org/en/latest/library/json.html).
|
1. json [ASCII, official](http://docs.micropython.org/en/latest/library/json.html).
|
||||||
2. pickle (ASCII, official)
|
2. pickle (ASCII, official)
|
||||||
3. MessagePack [binary, unofficial](https://github.com/peterhinch/micropython-msgpack)
|
3. MessagePack [binary, unofficial](https://github.com/peterhinch/micropython-msgpack)
|
||||||
4. CBOR [binary, unofficial](https://github.com/alexmrqt/micropython-cbor/tree/master)
|
4. CBOR [binary, unofficial](https://github.com/alexmrqt/micropython-cbor/tree/master)
|
||||||
Requiring a schema:
|
Requiring a schema:
|
||||||
5. struct [binary, official](http://docs.micropython.org/en/latest/library/struct.html)
|
5. struct [binary, official](http://docs.micropython.org/en/latest/library/struct.html)
|
||||||
6. protobuf [binary, unofficial](https://github.com/dogtopus/minipb)
|
6. protobuf [binary, unofficial](https://github.com/dogtopus/minipb)
|
||||||
|
|
Ładowanie…
Reference in New Issue