~ruther/NosSmooth

ref: d9f3b9b98d82d022f5e5c7c403ab7bd12381ac9e NosSmooth/Core/NosSmooth.Packets/Converters d---------
5624a4ab — František Boháček 3 years ago
feat: store type converters in dictionary to speed up converting
927f25b4 — František Boháček 3 years ago
fix: correctly return results from type converter repository
ddc307b5 — František Boháček 3 years ago
feat: add bool type converter
bcf97991 — František Boháček 3 years ago
feat: add nullable type converter
99748bb6 — František Boháček 3 years ago
fix: return correct result from object BaseTypeConverter.Deserialize
cf18a163 — František Boháček 3 years ago
fix: allow to convert all enums using System.Convert class
5354080d — František Boháček 3 years ago
feat: add char and string type converters
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