silentorbit / protobuf

C# code generator for reading and writing the protocol buffers format
https://silentorbit.com/protobuf/
MIT License
307 stars 105 forks source link

Add grouped message serialization #30

Closed hultqvist closed 9 years ago

hultqvist commented 9 years ago

Implement the, by google, deprecated group wire format.

Compatible to the ProtobufNet implementation [ProtoMember(1, DataFormat = DataFormat.Group)]

The goal is to get a less memory intensive serialization.

hultqvist commented 9 years ago

Moving TODO items out of the issue system