marshal method
Marshal method must operate by mutating empty object passed.
Implementation
@override
void marshal(MarshalledObject marshalled)
{
marshalled.setRawValue(seconds);
}
Marshal method must operate by mutating empty object passed.
@override
void marshal(MarshalledObject marshalled)
{
marshalled.setRawValue(seconds);
}