marshal method

  1. @override
void marshal(
  1. MarshalledObject marshalled
)
override

serialise to this object.

Implementation

@override
void marshal(MarshalledObject marshalled)
{
  marshalled._rawValue = _rawValue;
}