msgpack_dart 0.0.6 copy "msgpack_dart: ^0.0.6" to clipboard
msgpack_dart: ^0.0.6 copied to clipboard

outdated

Message Pack implementation for dart

[0.0.5] - 2019-05-19 #

  • Changed return value from List<int> to Uint8List.

[0.0.6] - 2019-09-20 #

  • Accept any iterable when serializing, not just List
  • Accept ByteData when serializing (will be deserialized as Uint8List)