G
Guest
Hi frends.
I have very interesting problem. It's solution possibly not exist.
Take a look.
I need to create a method that can serialize any generic C# class (even when
it's not implement ISerializable). The idea is simple: 'Store all fields to
disk and later restore that class by reading data'. The problem is that most
of classes conatins private fields wich cann't be accessed duraring process
of serialization/deserialization.
Look's like that for sloving that problem I have something like to crack CLR.
If anyone know some way to do that plz tell.
I have very interesting problem. It's solution possibly not exist.
Take a look.
I need to create a method that can serialize any generic C# class (even when
it's not implement ISerializable). The idea is simple: 'Store all fields to
disk and later restore that class by reading data'. The problem is that most
of classes conatins private fields wich cann't be accessed duraring process
of serialization/deserialization.
Look's like that for sloving that problem I have something like to crack CLR.
If anyone know some way to do that plz tell.