~ruther/NosSmooth

ref: 1b7ad333ea54fd9e46dc20b9adcd478f315ed1b0 NosSmooth/Core d---------
610c0c6e — František Boháček 3 years ago
fix: make InnerSeparator, AfterSeparator non nullable
d40bd57d — František Boháček 3 years ago
feat: add move packet with tests
9fe8a75a — František Boháček 3 years ago
feat: add source generator for basic packet converter
9b14d09b — František Boháček 3 years ago
chore: rename parameter serializer error
cf18a163 — František Boháček 3 years ago
fix: allow to convert all enums using System.Convert class
9a6d9142 — František Boháček 3 years ago
feat: add service collection extensions for adding packet serializer
492d620d — František Boháček 3 years ago
feat: add errors for converting packets
5354080d — František Boháček 3 years ago
feat: add char and string type converters
46e862f3 — František Boháček 3 years ago
feat: implement packet serializer
86662c7e — František Boháček 3 years ago
feat: allow nullables in converters
552c6c8a — František Boháček 3 years ago
feat: add interfaces for serializers, converters
e0d7901d — František Boháček 3 years ago
feat: add base packet types converting
21a2c9bc — František Boháček 3 years ago
feat: add Packets and PacketTests projects
70cfb69f — František Boháček 3 years ago
chore: fix line endings
81d4c246 — František Boháček 3 years ago
Merge branch 'in-packet-serialize' into 'main'

Serialize IN packet

See merge request Rutherther/nos-smooth!3
2ba06788 — František Boháček 3 years ago
fix: serialize in packet correctly
9d56c84b — František Boháček 3 years ago
feat: register in packet specific serializer to DI
915617cb — František Boháček 3 years ago
feat: add in packet specific serializer
9829b8cb — František Boháček 3 years ago
fix: pass correct arguments to serializer provider
ed78350c — František Boháček 3 years ago
feat: add support for specific serializers

Specific serializers give the ability to add custom behavior for some packets that may be harder to serialize
Next