MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonCoders Class / List<T> Method
The type of the value.
A JsonCoder<T> to encode and decode the value.

List<T> Method
Gets a coder for the IList type.
Syntax
'Declaration
 
Public Shared Function List(Of T)( _
   ByVal itemCoder As JsonCoder(Of T) _
) As JsonCoder(Of IList(Of T))
 

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.
Exceptions
ExceptionDescription
Thrown if the value is not a array.
See Also