RE: Any utility to view a binary serialized object in easy-to-read format?



Hi Sam,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to tool do view all binary
serialized data. If there is any misunderstanding, please feel free to let
me know.

As far as I know, there isn't such tool available. Because to deserialize
an object we need to know the structure of it. Each member is mapped to
certain bytes in the binary list. So a tool might be able to see a known
object, but not all objects.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

.



Relevant Pages