0

I want to use a fast Serialization for exchange byte data from .NET 2.0 application, .NET 4.0 application and Android application. Scheme

The problem is that the NuGet MessagePack packet is only for .NET 4.0 and I can't serialize data whit the .NET 2.0 application. I haven't problem whit Android application.

Gabriele Feudo
  • 59
  • 1
  • 1
  • 9

1 Answers1

0

You are going to have to compile the MessagePack package for .Net 2.0 from https://github.com/msgpack/msgpack-cli. You may need to do some work to get it compiled for .Net 2.0.

The Sharp Ninja
  • 1,041
  • 9
  • 18