Add a function for serializing an input before bookmarking application state
setSerializer(inputId, fun, session = getDefaultReactiveDomain())
Name of the input value.
A function that takes the input value and returns a modified value. The returned value will be used for the test snapshot.
A Shiny session object.