Table of Contents

Class BoolUnmarshaller

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

Unmarshaller for bool fields

public class BoolUnmarshaller : IUnmarshaller<bool, XmlUnmarshallerContext>, IUnmarshaller<bool, JsonUnmarshallerContext>
Inheritance
BoolUnmarshaller
Implements
Inherited Members

Properties

Instance

public static BoolUnmarshaller Instance { get; }

Property Value

BoolUnmarshaller

Methods

GetInstance()

public static BoolUnmarshaller GetInstance()

Returns

BoolUnmarshaller

Unmarshall(JsonUnmarshallerContext)

public bool Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

bool

Unmarshall(XmlUnmarshallerContext)

public bool Unmarshall(XmlUnmarshallerContext context)

Parameters

context XmlUnmarshallerContext

Returns

bool