toObject method

MarshalledObject toObject()

To object

Implementation

MarshalledObject toObject()
{
  return new MarshalledObject(_array);
}