[Mono-dev] Remoting Question

Mirco Bauer meebey at meebey.net
Mon Sep 24 14:57:47 EDT 2007


On Mon, 2007-09-24 at 17:55 +0200, "Andrés G. Aragoneses [ knocte ]"
wrote:
> Mirco Bauer escribió:
> >> Binary serialization outperforms the MS implementation.
> > 
> > Not sure about that one, my custom (fast) serializer is faster :)
> 
> Does your serializer work on CF2.0?

Didn't test that, but it has a build profile for .NET 1.1 (default)
and .NET 2.0

It's binary based serialization, extending StreamReader/Writer.

My version is based on FastSerialization, which you can find on code
project:
http://www.codeproject.com/csharp/FastSerialization.asp

there are also other custom (optimized) serializers:
http://www.codeproject.com/dotnet/FastSerializer.asp
http://www.codeproject.com/csharp/RawSerializer.asp
http://www.codeproject.com/csharp/OpenNxSerialization.asp

I will release my source later (needed by smuxi). I am still not sure
which one is really the fastest now, I should do some benchmarking :)

> Regards,
> 
> 	Andrés	[ knocte ]
> 
-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key ID: 0xEEF946C8

FOSS Developer    meebey at meebey.net  http://www.meebey.net/
PEAR Developer    meebey at php.net     http://pear.php.net/
Debian Developer  meebey at debian.org  http://www.debian.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: This is a digitally signed message part
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070924/228b4621/attachment.bin 


More information about the Mono-devel-list mailing list