598 B
598 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).
LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.