~ruther/NosSmooth

ref: ba49ad7e1b0431be4a22b3209670e439050b2548 NosSmooth/Core/NosSmooth.Packets/Converters d---------
16838dfe — František Boháček 4 years ago
feat: store compiled fill functions in list type converter
e11fb252 — František Boháček 4 years ago
fix: correctly receive nullable type in serialize
5624a4ab — František Boháček 4 years ago
feat: store type converters in dictionary to speed up converting
927f25b4 — František Boháček 4 years ago
fix: correctly return results from type converter repository
ddc307b5 — František Boháček 4 years ago
feat: add bool type converter
bcf97991 — František Boháček 4 years ago
feat: add nullable type converter
99748bb6 — František Boháček 4 years ago
fix: return correct result from object BaseTypeConverter.Deserialize
cf18a163 — František Boháček 4 years ago
fix: allow to convert all enums using System.Convert class
5354080d — František Boháček 4 years ago
feat: add char and string type converters
86662c7e — František Boháček 4 years ago
feat: allow nullables in converters
552c6c8a — František Boháček 4 years ago
feat: add interfaces for serializers, converters
e0d7901d — František Boháček 4 years ago
feat: add base packet types converting