fix: add namespace prefix to generated files
chore: remove debug generator write to temp
fix: handle null string inline serializer correctly
fix: check for null after popping the string enumerator level
chore: rename type generators to inline converter generators
feat: add inline packet converters generation support
fix: return correct result type in converter generator when skipping
feat: add support for conditional packet attribute
feat: add checking parameter method for the generator
fix: iterate for to last parameter
feat: add packet greedy attribute
fix: correctly check for last token if there are optionals
feat: add support for optional parameters
chore: remove debug attachment in source generator
fix: correct generated syntax errors
feat: rewrite packet serializer generator
feat: skip to last token of nested levels if possible
fix: generate serializers for nullable types correctly
fix: syntax errors in list attribute generator
feat: add base packet list source generators