.net 3.5 - Export any kind of object for a further reuse? -


I am working on various data structures which are received after a long computation time.

How to create an object in the first build and use this same object in another object (for time calculation) ??

I need to do this without specifying the type of object.

Thanks

I think what you need is serialization . Perhaps they will help you:


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -