marshal method
Marshal method must operate by mutating empty object passed.
Implementation
@override
void marshal(MarshalledObject marshalled)
{
marshalled.setPropertyFromDouble("x", x);
marshalled.setPropertyFromDouble("y", y);
}
Marshal method must operate by mutating empty object passed.
@override
void marshal(MarshalledObject marshalled)
{
marshalled.setPropertyFromDouble("x", x);
marshalled.setPropertyFromDouble("y", y);
}