Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

port ObjectEncoder and ObjectDecoder #112

Closed thijsa closed 6 years ago

thijsa commented 8 years ago

It adds support to send and receive objects.

Tochemey commented 8 years ago

I will give it a try

Frank591 commented 7 years ago

Is it actual issue? Want to try do that

nayato commented 6 years ago

In netty it relies on Java's built-in serialization. There isn't much value doing analogous impl in DotNetty and where needed, ProtoBuf can easily be used.