Table of Contents

Class IntUnmarshaller

Namespace
Amazon.Runtime.Internal.Transform
Assembly
AWSSDK.Core.dll

Unmarshaller for int fields

public class IntUnmarshaller : IUnmarshaller<int, XmlUnmarshallerContext>, IUnmarshaller<int, JsonUnmarshallerContext>
Inheritance
IntUnmarshaller
Implements
Inherited Members

Properties

Instance

public static IntUnmarshaller Instance { get; }

Property Value

IntUnmarshaller

Methods

GetInstance()

public static IntUnmarshaller GetInstance()

Returns

IntUnmarshaller

Unmarshall(JsonUnmarshallerContext)

public int Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

int

Unmarshall(XmlUnmarshallerContext)

public int Unmarshall(XmlUnmarshallerContext context)

Parameters

context XmlUnmarshallerContext

Returns

int