perf(saves): simplify FileBufferWriter staging
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
9cc25fab24
commit
1fb2c0a0d2
2 changed files with 6 additions and 20 deletions
|
|
@ -297,7 +297,7 @@ public class BufferWriter : IGenericWriter
|
|||
public void Write(Serial serial) => Write(serial.Value);
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public virtual void Write(Type type)
|
||||
public void Write(Type type)
|
||||
{
|
||||
if (type == null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue