I failed to get response from the original author. I plan to revise his impl and put it in eco system, to provide community an alternative on json support. I hope the original author can come back to work with me together later.
-Ian. On Thu, Nov 1, 2018 at 10:21 AM yuhang xiu <carry...@gmail.com> wrote: > Agree with u. > The serialization method of json is also much slower than hessian and kryo, > and the data is relatively large. We don't have to support all json > serialization. But just put it into ecosystem. > > YunKun Huang <hyun...@apache.org> 于2018年11月1日周四 上午10:17写道: > > > For same purpose I prefer to have only one implement. > > > > And for fastjson and gson, it's hard to make decision which one is > better, > > since we already had fastjson in master, gson support can be part of > > ecosystem but not in master > > > > > > On 2018/10/29 09:46:26, Ian Luo <ian....@gmail.com> wrote: > > > Hi folks, > > > > > > Today I noticed there's one pull request 2699 (dubbo Add a new > > > serialization -gson) [1] pending for review. I'm hesitate to move it in > > > since we've already had fastjson serialization support which serves the > > > same purpose. > > > > > > I'd like to hear your opinion on this. > > > > > > Thanks, > > > -Ian. > > > > > > > > > 1. https://github.com/apache/incubator-dubbo/pull/2699 > > > > > >