~ruther/NosSmooth

ref: 31e19213ce3e3c68d47f0d760c04667571bb3e79 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