Is your feature request related to a problem?
The Function class used for the parser field in Setting is not Writeable.
What solution would you like?
Create writeable implementations for parser that implement both Function<String, T> and Writeable interfaces for all existing setting implementations that use parsers.
Update WriteableSetting to write the parser.
Is your feature request related to a problem?
The
Functionclass used for theparserfield inSettingis not Writeable.What solution would you like?
Create writeable implementations for parser that implement both
Function<String, T>andWriteableinterfaces for all existing setting implementations that use parsers.Update
WriteableSettingto write the parser.