silentorbit/protobuf

Add grouped message serialization

hultqvist opened this issue · 1 comments

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.

Moving TODO items out of the issue system