publicvoidrInt(outintv){v=0;General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrByte(outbytev){v=0;General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrShort(outshortv){v=0;General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrString(outstringv){v="";General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrLong(outlongv){v=0;General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrUInt(outuintv){v=0;General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrUShort(outushortv){v=0;General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrULong(outulongv){v=0;General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrFloat(outfloatv){v=0;General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrBool(outboolv){v=false;General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidrVector2D(outVector2Dv)
{
v=newVector2D();
General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");
}
publicvoidrVector3D(outVector3Dv)
{
v=newVector3D();
General.Fail("Read-only is not supported on serialization stream. Consider passing the element by reference for bidirectional support.");