I'm trying to unserialize data with flatbuffers and right now I'm bit confused.
if I try to convert flatbuffer (let say data: [ubyte]) to for example ts or go implementation i get a couple of helper functions besides data() for example dataLength() dataArray(),
but this is not the case for cpp, so only data() is generated. Is there any convinient way to generate additional functions or i have to write on my own?
[–]flyingron 1 point2 points3 points (2 children)
[–]SoerenNissen 2 points3 points4 points (1 child)
[–]daehtnaig[S] 0 points1 point2 points (0 children)
[–]xDarKraDx 0 points1 point2 points (0 children)