[
https://issues.apache.org/jira/browse/SCB-676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wujimin updated SCB-676:
------------------------
Description:
compare to jackson protobuf:
* can parse protobuf 3 proto file
* support protobuf 3: map/any
compare to protoStuff runtime:
* not only support strong type(Pojo), but alse support weak type(Map)
* support "any" type
* support generic pojo type, eg:CustomGeneric<User>
* DO NOT support List<List<XXX>>/List<Map<X, Y>> any more, because protobufÂ
specification not support it, and the parser can not parse the proto file
compare to standard protobuf:
* extend "any" type, for standard not support cases, use "json" schema to
codec it.
> protobuf codec based on idl
> ---------------------------
>
> Key: SCB-676
> URL: https://issues.apache.org/jira/browse/SCB-676
> Project: Apache ServiceComb
> Issue Type: Task
> Components: Java-Chassis
> Reporter: wujimin
> Assignee: wujimin
> Priority: Major
>
> compare to jackson protobuf:
> * can parse protobuf 3 proto file
> * support protobuf 3: map/any
> compare to protoStuff runtime:
> * not only support strong type(Pojo), but alse support weak type(Map)
> * support "any" type
> * support generic pojo type, eg:CustomGeneric<User>
> * DO NOT support List<List<XXX>>/List<Map<X, Y>> any more, because protobufÂ
> specification not support it, and the parser can not parse the proto file
> compare to standard protobuf:
> * extend "any" type, for standard not support cases, use "json" schema to
> codec it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)