Table of Contents

Class DecimalUnmarshaller

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

Unmarshaller for decimal fields

public class DecimalUnmarshaller : IUnmarshaller<decimal, XmlUnmarshallerContext>, IUnmarshaller<decimal, JsonUnmarshallerContext>
Inheritance
DecimalUnmarshaller
Implements
Inherited Members

Properties

Instance

public static DecimalUnmarshaller Instance { get; }

Property Value

DecimalUnmarshaller

Methods

GetInstance()

public static DecimalUnmarshaller GetInstance()

Returns

DecimalUnmarshaller

Unmarshall(JsonUnmarshallerContext)

public decimal Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

decimal

Unmarshall(XmlUnmarshallerContext)

public decimal Unmarshall(XmlUnmarshallerContext context)

Parameters

context XmlUnmarshallerContext

Returns

decimal