~ruther/NosSmooth

ref: 59ce76a265974284d73dad5e2b868ed37c18d7c0 NosSmooth/Core/NosSmooth.Packets/Converters/BaseStringConverter.cs -rw-r--r-- 1.4 KiB
c3d5b45b — František Boháček 3 years ago
feat: use ReadOnlySpan for deserialization instead of strings
7f45f96e — František Boháček 3 years ago
refactor: split string converters
01bf7e2a — František Boháček 3 years ago
Merge pull request #12 from Rutherther/packets

Implement custom packet serializer
99748bb6 — František Boháček 3 years ago
fix: return correct result from object BaseTypeConverter.Deserialize
86662c7e — František Boháček 3 years ago
feat: allow nullables in converters
e0d7901d — František Boháček 3 years ago
feat: add base packet types converting