Commit Graph
3 Commits
Author SHA1 Message Date
Pieter-Jan Briers 34b39b7db5 Fix performance of YamlConstantSerializer.
It was relying on exceptions for normal control flow, absolutely destroying performance when a debugger is attached.

@ComicIronic please review.
2020-05-31 03:26:31 +02:00
ComicIronicandGitHub c9157c8b57 Adds custom YAML serializer for ints in terms of named constants (#1088)
Works similar to the flag serializer, except it allows for magic numbers
to be given names in the YAML.
2020-05-30 12:07:19 +02:00
ComicIronicandGitHub 5ebd8a4221 Add system for using flag names in YAML (#1047) 2020-05-24 22:43:30 +02:00