mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-04 13:45:40 +00:00
There is currently no mechanism with which to handle the debug flag for log output at the deserializer/serializer level, should be added to the base classes #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HeroponRikiBestest on GitHub (Jan 25, 2026).
Self explanatory, created at request.
@mnadareski commented on GitHub (Jan 25, 2026):
Note for myself: This needs to be either at the interface or abstract class level. I would prefer not to have to require it for the static serialization handlers, but it may be good practice to have optional parameters defaulting to
falsebe used to ensure that future wiring can be done safely.