JuliaData / FlatBuffers.jl

A pure Julia implementation of google flatbuffers
https://juliadata.github.io/FlatBuffers.jl/stable
Other
43 stars 14 forks source link

Fix index[0] out of bounds error on serialization #62

Closed sabinach closed 2 years ago

sabinach commented 2 years ago

Fixes the attempt to access Core.SimpleVector at index [0] error that pops up whenever we attempt to serialize a FlatBuffer with default parameters.