My apologies for the generic new topic, but I'm not sure where else to start. It's been a long time since I've done Java, but I have a project that requires it. Specifically, it's using google's protocol buffers (protobuf). I need to serialize/deserialize XML and am trying to utilize protostuff...but I don't know a thing about Maven. I've posted on
stackoverflow and was wondering if someone here might be able to help?
I think I've managed to have protostuff compile my proto (example from
here) but am struggling to integrate the generated code with my app in Eclipse. I'm not sure what other information would help but I'll gladly provide whatever is needed.