silentorbit/protobuf

Support for serializing into arrays

hultqvist opened this issue · 0 comments

Currently only List<> are supported.

It would at least be easily doable using repeated packed basic values.
For other repeated occurrences, perhaps load into a List<> and make it into an array when serialization finishes.