unmarshalVirtual abstract method

void unmarshalVirtual(
  1. MarshalledObject marshalled
)

Sometimes, it is necessary for unmarshal to be a virtual function.

Implementation

void unmarshalVirtual(MarshalledObject marshalled);