Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
BSD 3-Clause "New" or "Revised" License
153
stars
97
forks
source link
Added test of escape and unescape. Does not pass currently. #27
I noticed this when writing code to solve issue #23. Will open new issue about this as well.