Table of Contents

Class ListUnmarshaller<I, IUnmarshaller>

Namespace
Amazon.Runtime.Internal.Transform
Assembly
AWSSDK.Core.dll
public class ListUnmarshaller<I, IUnmarshaller> : IUnmarshaller<List<I>, XmlUnmarshallerContext>, IUnmarshaller<List<I>, JsonUnmarshallerContext> where IUnmarshaller : IUnmarshaller<I, XmlUnmarshallerContext>, IUnmarshaller<I, JsonUnmarshallerContext>

Type Parameters

I
IUnmarshaller
Inheritance
ListUnmarshaller<I, IUnmarshaller>
Implements
Inherited Members

Constructors

ListUnmarshaller(IUnmarshaller)

public ListUnmarshaller(IUnmarshaller iUnmarshaller)

Parameters

iUnmarshaller IUnmarshaller

Methods

Unmarshall(JsonUnmarshallerContext)

public List<I> Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

List<I>

Unmarshall(XmlUnmarshallerContext)

public List<I> Unmarshall(XmlUnmarshallerContext context)

Parameters

context XmlUnmarshallerContext

Returns

List<I>