Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msgpack-idl generate java codes which msgpack-java cannot serialize. #6

Open
everpeace opened this issue Feb 21, 2012 · 0 comments
Open
Labels

Comments

@everpeace
Copy link

  • about Tuple:
    msgpack-java doesn't have serializer( org.msgpack.template.*Template class) for Tuple.java, so instances of generated Tuple class cannot be serialized. It would be better that TupleN.java is in msgpack-java.
  • about HashMap, ArrayList:
    Although msgpack-idl generates java codes using HashMap, ArrayList class for Map,List type, msgpack-java does have only have templates for interfaces of Map,List. It would be better that msgpack-idl generate java code using Map,List interfaces.

Sorry for not reporting concrete error messages. I would report concrete errors next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants