Click here to Skip to main content
15,887,930 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any existing solution to read object graph from binari serialized state without loading assemblies.

On client side it would be greate to work with middleware classes without loading appropriate dll.

The idea is to read metadata of object that was taken from server side. Probably during deserializing, binary formatter takes metadata and only then construct complex object, so maybe it's possible somehow stop deserializing process at this step, take metadata and just reject object construction.

Or maybe there are some other ways to solve this problem?
Posted
Comments
Mehdi Gholam 6-Jul-12 9:18am    
Why? and what do you mean by metadata?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900