HeapsIO / hxbit

Haxe Binary serialization and network synchronization library
155 stars 30 forks source link

Add support for IntMap and StringMap (fixes #5) #6

Closed bendmorris closed 7 years ago

bendmorris commented 7 years ago

The variable v in the unserialize method collided between PAlias and PMap, making unserialized an aliased map impossible. Not sure if there are other such collisions.

ncannasse commented 7 years ago

Hi, I have fixed the collision in a more general way, thanks for reporting!