Skip to content

fix: msu serde complains due to null strings in metadata emulator#489

Open
LordMidas wants to merge 1 commit intodevelopmentfrom
fix-msu-serde-complaining-on-due-to-null-strings-in-metadata-emulator
Open

fix: msu serde complains due to null strings in metadata emulator#489
LordMidas wants to merge 1 commit intodevelopmentfrom
fix-msu-serde-complaining-on-due-to-null-strings-in-metadata-emulator

Conversation

@LordMidas
Copy link
Copy Markdown
Member

In a new campaign, the Name, ModificationData, CreationDate and FileName are all null in the real metadata. This causes no issues in vanilla as it accepts nulls into writeString. But this means that any SerDe done using MSU SerDe emulators on a new campaign will throw complaints about null being stored into String data container.

In a new campaign, the Name, ModificationData, CreationDate and FileName are all null in the real metadata. This causes no issues in vanilla as it accepts nulls into `writeString`. But this means that any SerDe done using MSU SerDe emulators on a new campaign will throw complaints about null being stored into String data container.
@LordMidas LordMidas requested review from Enduriel and TaroEld April 14, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants