SAM33 / jbox2d

Automatically exported from code.google.com/p/jbox2d
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Make #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a very simple but very important request:
Have the basic math classes "Vec2", "Mat22" and "XForm" implement the 
java.io.Serializable interface.

This makes objects of these classes serializable which is a necessity for 
things like savegames or network transfer.

It's as simple as adding the "implements" statement and comes with zero side 
effects.

Original issue reported on code.google.com by pdinklag@gmail.com on 19 May 2011 at 2:17

GoogleCodeExporter commented 8 years ago
Sorry I forgot to fill in the issue's title. Unfortunately there is no "Edit" 
function here.

Original comment by pdinklag@gmail.com on 19 May 2011 at 2:19

GoogleCodeExporter commented 8 years ago
cool, will do now

Original comment by toucansa...@gmail.com on 28 May 2011 at 5:53

GoogleCodeExporter commented 8 years ago
done, committed

Original comment by toucansa...@gmail.com on 28 May 2011 at 5:58

GoogleCodeExporter commented 8 years ago
Thanks!

Original comment by pdinklag@gmail.com on 28 May 2011 at 11:09