Hi all,

I have a class that mainly contains a short[512,512] array and I'd like
that class to be value marshalled via .net remoting.

Unfortunately the serialization of such an element takes about 250ms on
my box - that's quite long isn't it?!

Is there any way to tune the performance? I tried to implement
ISerializable and used the SerializationInfo, but that didn't result in
better performance.

Any pointer are highly appreciated.

Regards
        Axel

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to