#dump*
inline_level
andsort_keys
like https://nestedtext.org/en/stable/nestedtext.dumps.html
#load*
- serialize Symbol as custom class?
- Current
- strict=true: Symbol => Error
- strict=false: Symbol => String
- New
- strict=true: Symbol => Error
- strict=false: Symbol => String
- strict=false, encsymbol=true: Symbol => CustomClass
- EncSymbol will not work as a key in a hash though, just like any Custom Class.
- Current