processValue

abstract fun processValue(path: JsonWriter.MemberPath, value: T): T

Process the value at the given path.

Return

the processed value

Parameters

path

the path of the member containing the value

value

the value being written (may be null)