'Declaration Public Shared Function NullAsUndefined(Of T)( _ ByVal coder As JsonCoder(Of T) _ ) As JsonCoder(Of T)
public static JsonCoder<T> NullAsUndefined<T>( JsonCoder<T> 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.