jirm icon indicating copy to clipboard operation
jirm copied to clipboard

Protobuf support

Open agentgt opened this issue 11 years ago • 1 comments

Protobuf has great support for Immutable objects and has its own object definition.

Its very possible that JIRM could automatically know how to CRUD Protobuf generated objects.

Custom handling of Protobuf message objects example: http://code.google.com/p/protobuf-java-format/

The biggest issue is to figure out how to use Protobuf's extension mechanism for custom meta-data works and how to share those extensions.

agentgt avatar Nov 07 '12 20:11 agentgt