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
Fix #51 #52: Commons Text StringEscapeUtils for HTML and XML. #53
Not sure if you will accept this PR but this makes the escaping way more bulletproof than the current version for XML and HTML.