Is there a way to view the metadata and property information for a serialized object without knowing what it serializes to?
I have a bunch of binary serialized objects and need to data mine but I don't have access to the original classes. Now, it's possible to define dummy classes to populate the data with but without knowing what information is held in the deserialized objects I've no way of validating if I'm missing any of the properties.