.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

google indexing -

wpf - Converter stops filter working -

php - How to paginate multiple results in CakePHP? -