JasonXuDeveloper / Nino

Definite useful and high performance serialization library for any C# projects, including but not limited to .NET Core apps or Unity/Godot games.
https://nino.xgamedev.net
MIT License
468 stars 44 forks source link

Fixing CodeGenerator Issue for Struct: 'return null' Causing Compile Error #85

Closed gmoonwalk closed 1 year ago

gmoonwalk commented 1 year ago

return null; Causing Compile Error if current type is a struct.

JasonXuDeveloper commented 1 year ago

Thank you!