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