~ruther/NosSmooth

ref: 91edf257fe32eda186a923ab08354d84ad9a36a4 NosSmooth/Packets/NosSmooth.PacketSerializer/Converters/Special/Converters/ListStringConverter.cs -rw-r--r-- 3.1 KiB
79b27514 — Rutherther 3 years ago
chore: move PacketSerializer types to correct namespace
c0768137 — František Boháček 3 years ago
feat: split packets definitions into separate assembly
ba49ad7e — František Boháček 4 years ago
Merge pull request #14 from Rutherther/packets-span

Rewrite packets string enumerator to use spans, add Injector for .NET 5+
a5dcccce — František Boháček 4 years ago
feat: update factories
7f45f96e — František Boháček 4 years ago
refactor: split string converters
16df48bb — František Boháček 4 years ago
Merge pull request #16 from Rutherther/packets-list-inline-serializer

Add generation of packet list inline serializer
ed1280ef — František Boháček 4 years ago
feat: use StringBuilder Append overloads
01bf7e2a — František Boháček 4 years ago
Merge pull request #12 from Rutherther/packets

Implement custom packet serializer
f0d9d688 — František Boháček 4 years ago
fix: accept type converter repository interface instead of the type
28287bbe — František Boháček 4 years ago
fix: allow converting empty lists
e5c6fc79 — František Boháček 4 years ago
fix: return correct errors with inner results
13302797 — František Boháček 4 years ago
feat: skip to last token of nested levels if possible
16838dfe — František Boháček 4 years ago
feat: store compiled fill functions in list type converter
e0d7901d — František Boháček 4 years ago
feat: add base packet types converting