java - Xml with special characters to proto conversion -


i trying convert xml special characters (like comma or !) java proto object. not use normal deserializing libraries jaxb.

i found protobuf-java-format library (https://mvnrepository.com/artifact/com.googlecode.protobuf-java-format/protobuf-java-format). library can convert xml string java proto objects, fails when xml string contains special characters comma or !. can please point me if there existing solutions convert xml strings special characters comma or ! proto. thank in advance!!


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -