DefaultHandlerBuilder.prototype.customFile(options: Readonly<CustomFileValueHandlerOptions>): FluentHandler
Create a new value storage handler for custom text files, using the builder's file writer and a caller-provided serializer function.
options: Readonly<CustomFileValueHandlerOptions>
The options and parameters to control the specifics of the handler.
An object implementing the FluentHandler
interface that performs custom file writing.