publicvoidwInt(intv){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwByte(bytev){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwShort(shortv){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwString(stringv){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwLong(longv){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwUInt(uintv){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwUShort(ushortv){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwULong(ulongv){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwFloat(floatv){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwBool(boolv){General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");}
publicvoidwVector2D(Vector2Dv)
{
General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");
}
publicvoidwVector3D(Vector3Dv)
{
General.Fail("Write-only is not supported on deserialization stream. Consider passing the element by reference for bidirectional support.");