29 Jun
2013
29 Jun
'13
12:32 p.m.
On Sat, Jun 29, 2013 at 2:44 AM, Paul Long
Oh, so you need to be interoperable with whatever that Raknet component does on the wire? If it does not serialize, the components of a different endianness have to convert to their native endianness. Yuck. If unserialized data is common "in the wild," perhaps the proposed bitstream library should support various endianness in the bit stream. I could either implement this initially or defer it until the need is recognized.
It's ok, the data I'm sending is generated via protobuf (which makes my request not really necessary I guess). Joel Lamotte