[protobuf] re: protobuf-net 480 for .net 4 - objects in a IList I serialize have all members serialized to 0

2012-03-06 Thread costa
Have you seen this? The list is an IListTestClass where TestClass has the ProtoContract attribute and all its members have the ProtoMember attribute. When I serialize it the bin file contains only 0A 00 bytes. When I deserialize it all objects have the members set to 0. What am I doing wrong?

[protobuf] Convert a Protobuf into array of JSONs

2020-04-22 Thread Guilherme Costa
I have a question regarding Protobufs, since I want to generate an array of JSONs by using them, such as in this example > [ >{ > "var": ["myVariable1","myVariable2"], > "key1": 123123, > "key2": 1122, > "key3": "abcd-0101" >}, > { > "var": ["myVariable1"], >