point.serialize()
Returns the point represented as an SVG point string.
new g.Point('10 10').serialize() = "10,10"