Is portobuf-net generated binary compatible with Google specs
Posted
by cornerback84
on Stack Overflow
See other posts from Stack Overflow
or by cornerback84
Published on 2010-04-09T12:20:11Z
Indexed on
2010/04/09
12:23 UTC
Read the original article
Hit count: 293
protobuf-net
Actually I want to serialize my data using Google's java implementation and then deserialize using C# implementation?
I have chosen portobuf-net as it seems to be more stable (porto# is still v0.9 or I would have gone for it). Before I start working on it I wanted to be sure that I can achieve this (serializing data using java implementation and deserializing it using potobuf-net). Or is there any list of methods that are specific to portobuf-net implementation?
© Stack Overflow or respective owner