jianhua
unread,Jul 6, 2011, 5:57:51 AM7/6/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to protobuf-java-format, dyupr...@gmail.com
Hey All;
Protobuf serialization and de-serialization for XML, I need this
feature in my regression testing framework, but my project is based on
managed C++.
Questions:
1. Is there any C++ ser/deser protobuf plug-in available then I can
resue it directly?
2. For #1, if not available, could you guys give me some tips on how
to write this plug-in? In my opinion two public methods need to be
added, toXML and fromXML.
Any idea or tip please let me know, thanks in advance.