Re: Question about serializing into file

2011-11-30 Thread Juan Pablo Gardella
I think you can use filters for that. 2011/11/29 Invitro.Guy invitro@googlemail.com Hello, for backup reasons I want to serialize some runtime data that I already marked with IsSerializable into a file. Since I can send the data via RPC to a client, I am trying to use that same

Question about serializing into file

2011-11-29 Thread Invitro.Guy
Hello, for backup reasons I want to serialize some runtime data that I already marked with IsSerializable into a file. Since I can send the data via RPC to a client, I am trying to use that same mechanism to write into a file. The idea is, that data must be serialized at server-side to transport