marshal method
serialise to this object.
Implementation
@override
void marshal(MarshalledObject marshalled)
{
marshalled.setPropertyFromInt("value", value);
}
serialise to this object.
@override
void marshal(MarshalledObject marshalled)
{
marshalled.setPropertyFromInt("value", value);
}