'Declaration Public Shared Function List(Of T)( _ ByVal itemCoder As JsonCoder(Of T) _ ) As JsonCoder(Of IList(Of T))
public static JsonCoder<IList<T>> List<T>( JsonCoder<T> itemCoder )
Parameters
- itemCoder
- A JsonCoder<T> to encode and decode the value.
Type Parameters
- T
- The type of the value.
Return Value
A JsonCoder<T> with the default value handling.