Table of Contents

Class LongUnmarshaller

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

Unmarshaller for long fields

public class LongUnmarshaller : IUnmarshaller<long, XmlUnmarshallerContext>, IUnmarshaller<long, JsonUnmarshallerContext>
Inheritance
LongUnmarshaller
Implements
Inherited Members

Properties

Instance

public static LongUnmarshaller Instance { get; }

Property Value

LongUnmarshaller

Methods

GetInstance()

public static LongUnmarshaller GetInstance()

Returns

LongUnmarshaller

Unmarshall(JsonUnmarshallerContext)

public long Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

long

Unmarshall(XmlUnmarshallerContext)

public long Unmarshall(XmlUnmarshallerContext context)

Parameters

context XmlUnmarshallerContext

Returns

long