marshalObject static method

MarshalledObject marshalObject(
  1. ISerialisable object
)

Helper method.

Implementation

static MarshalledObject marshalObject(ISerialisable object)
{
  return new MarshalledObject.marshal(object);
}