[protobuf] Re: protobuf json codec

2012-07-13 Thread rag
guys, i'm running rest werbservice with json media type and want to make 
use of protobuf ; dont know if i need some *CUSTOM  * httpconverors / 
message reader/writer implementation...
plz guide me here

On Thursday, December 2, 2010 10:41:17 AM UTC+5:30, Siju wrote:
>
> I have written a json codec for protobuf which uses jackson as the 
> underlying parsing framework. It is twice as fast for json-protobuf 
> conversion compared to the json codec at 
> http://code.google.com/p/protobuf-java-format/ 
> and about the same for protobuf-json conversion. 
>
> This is the first draft, and I plan to plugin other serialization 
> schemes like xml. 
>
> Appreciate feedback from the community. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/protobuf/-/24Ptr83egHkJ.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[protobuf] Re: protobuf json codec

2010-12-03 Thread Esfand
Very nice and well thought-out framework!  Works flawlessly
for me so far.  It's one of a few Maven apps I've seen that
works out-of-the box, and can be imported to Eclipse without
any hassles. ;-)

Thank you for sharing.



On Dec 2, 7:37 am, Siju Varghese  wrote:
> Missed out the link the source code. Please find the codec I wrote 
> athttps://github.com/sijuv/protobuf-codec
>
> On Thu, Dec 2, 2010 at 10:41 AM, Siju  wrote:
> > I have written a json codec for protobuf which uses jackson as the
> > underlying parsing framework. It is twice as fast for json-protobuf
> > conversion compared to the json codec at
> >http://code.google.com/p/protobuf-java-format/
> > and about the same for protobuf-json conversion.
>
> > This is the first draft, and I plan to plugin other serialization
> > schemes like xml.
>
> > Appreciate feedback from the community.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Protocol Buffers" group.
> > To post to this group, send email to proto...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > protobuf+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/protobuf?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[protobuf] RE : protobuf-json codec

2010-12-01 Thread Siju
Oops! missed out the link to code https://github.com/sijuv/protobuf-codec

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.