anerjan / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

Support generation of a string based encoding for debugging #323

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Whilst its possible to dump the pocos to log files etc when debugging, when 
working on projects with complex classes with a lot of optional fields then 
they are verging on unreadable.

Is it possible to add some kind of string serializer that would only show 
fields that are not default values (i.e. the ones in the message) and pretty 
print it?

Original issue reported on code.google.com by Daniel.A...@gmail.com on 24 Sep 2012 at 3:02