ive written a way for j2me apps to be able to serialise objects and send messages using Protocol Buffers if anyone is interested
basic java object serialisation, thats everything like Double, String Vector, Hashtable, check out: svn co https://swingme.svn.sourceforge.net/svnroot/swingme/UtilME UtilME the CodeGen for reading in the proto file and matching them to Java Objects svn co https://swingme.svn.sourceforge.net/svnroot/swingme/ToolsME ToolsME the CodeGen will only generate one file, that has everything needed to read and write all the messages in the proto file, if it can not find on the classpath a java object that will correspond to a particular message, it will then use a hashtable for that message, this is useful on j2me when u want to limit the number of classes you have. and yet to the server, it will still look like a normal Protocol Buffers message this is part of a project called SwingME http://swingme.sf.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/protobuf?hl=en -~----------~----~----~----~------~----~------~--~---
