asynkron / Wire

Binary serializer for POCO objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser support

zlangner opened this issue · comments

Any plans to make a JavaScript port to support communication between .Net servers and web browsers?

No at the moment, this is related to #66
Currently, Wire is completely bound to the .NET type system, in order to make it work x-platform, we need to be able to limit what types can be serialized.

Closing for now as this is at least for now, out of scope