Class ListUnmarshaller<I, IUnmarshaller>
public class ListUnmarshaller<I, IUnmarshaller> : IUnmarshaller<List<I>, XmlUnmarshallerContext>, IUnmarshaller<List<I>, JsonUnmarshallerContext> where IUnmarshaller : IUnmarshaller<I, XmlUnmarshallerContext>, IUnmarshaller<I, JsonUnmarshallerContext>
  Type Parameters
IIUnmarshaller
- Inheritance
 - 
      
      ListUnmarshaller<I, IUnmarshaller>
 
- Implements
 
- Inherited Members
 
Constructors
ListUnmarshaller(IUnmarshaller)
public ListUnmarshaller(IUnmarshaller iUnmarshaller)
  Parameters
iUnmarshallerIUnmarshaller
Methods
Unmarshall(JsonUnmarshallerContext)
public List<I> Unmarshall(JsonUnmarshallerContext context)
  Parameters
contextJsonUnmarshallerContext
Returns
- List<I>
 
Unmarshall(XmlUnmarshallerContext)
public List<I> Unmarshall(XmlUnmarshallerContext context)
  Parameters
contextXmlUnmarshallerContext
Returns
- List<I>