~ruther/NosSmooth

ref: 9789f02b1ba690e26cfee9b1bb3f792b0e1b6919 NosSmooth/Core/NosSmooth.Packets/Converters/IStringSerializer.cs -rw-r--r-- 2.2 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
e11fb252 — František Boháček 3 years ago
fix: correctly receive nullable type in serialize
927f25b4 — František Boháček 3 years ago
fix: correctly return results from type converter repository
552c6c8a — František Boháček 3 years ago
feat: add interfaces for serializers, converters