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

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -