8 lines
374 B
Markdown
8 lines
374 B
Markdown
# 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).
|