~ruther/NosSmooth

ref: 03cada92bb7cd3914882704953b6f786fe557cfb NosSmooth/Core/NosSmooth.Packets/Converters/Special d---------
80afab83 — František Boháček 3 years ago
fix: remove TUnderlyingType constraint in enum string converter
7f45f96e — František Boháček 3 years ago
refactor: split string converters
16df48bb — František Boháček 3 years ago
Merge pull request #16 from Rutherther/packets-list-inline-serializer

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

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