AyCode.Core/AyCode.Core.Tests/GeneratedWriters/README.md

374 B

GeneratedWriters

Hand-written examples of the code pattern that the AcBinarySerializable source generator produces.

Key Files

  • TestOrderWriter.cs — Example IGeneratedBinaryWriter: direct property access (no reflection), alphabetical order, value types inline, complex types delegate to runtime. Demonstrates ICache-friendly pattern (~500B vs 27KB runtime).