Merge pull request #82 from Rutherther/feat/serialize-stackalloc
Use stackalloc and Span for packet serialization
feat: use "in" instead of "ref" in packet serializer
feat: use stackalloc and Span for packet serialization
fix(packets): deserialize upgrade rare sub packet "-1"
feat(packets): add possibility to increment read tokens for arrays using capture and increment read tokens
fix(packets): parse null upgrade rare sub packet correctly
Merge pull request #53 from Rutherther/feat/raids
Add raid processing
fix(packets): make nullable, optional wrapper not throw an exception for non-generic types
Merge branch 'main' of github.com:Rutherther/NosSmooth
Merge pull request #52 from Rutherther/feat/optional-wrapper
Add optional wrapper
feat(packets): add optional wrapper for wrapping optional values inside of a list
Merge pull request #47 from Rutherther/feat/pass-nullable
Pass CanBeNull to string serializer and converter
feat(packets): make NullableWrapper a struct for less allocations
fix(packets): correctly handle nullables in NullableStringConverter
feat(packets): pass nullable to packet serializers
Merge pull request #45 from Rutherther/feat/mates
Add support for mates
fix(packets): make nullable wrapper a class
feat(packets): add nullable wrapper to represent a compoud type that may be null as a whole
fix(packets): try to find specific serializer before building one using a generator