Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

IEnumerable serialization / deserialization #23

Open
evolutional opened this issue Jan 3, 2016 · 0 comments
Open

IEnumerable serialization / deserialization #23

evolutional opened this issue Jan 3, 2016 · 0 comments

Comments

@evolutional
Copy link
Owner

Investigate a strategy to serialize IEnumerable types. FlatBuffers currently requires knowledge of the vector item count up front for padding purposes.

It should be possible to modify the FlatBufferBuilder type in the base flatbuffers project to support writing of vectors without knowledge of the count until the end, however this would need to be pushed into the main google project first.

It may be possible to implement this functionality as an extension method, too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant