NullAsUndefined<T> Method
if variant value is undefined it will be converted to null instead During deserialization, the null value will be replaced with the undefiend variant should be usedin in combination with Default coder
Parameters
- coder
- The current JsonCoder<T> to encode and decode the value.
Type Parameters
- T
- A type of the value.
Return Value
A
JsonCoder<T> with the default value handling.