Table of Contents

Class ByteUnmarshaller

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

Unmarshaller for byte fields

public class ByteUnmarshaller : IUnmarshaller<byte, XmlUnmarshallerContext>, IUnmarshaller<byte, JsonUnmarshallerContext>
Inheritance
ByteUnmarshaller
Implements
Inherited Members

Properties

Instance

public static ByteUnmarshaller Instance { get; }

Property Value

ByteUnmarshaller

Methods

GetInstance()

public static ByteUnmarshaller GetInstance()

Returns

ByteUnmarshaller

Unmarshall(JsonUnmarshallerContext)

public byte Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

byte

Unmarshall(XmlUnmarshallerContext)

public byte Unmarshall(XmlUnmarshallerContext context)

Parameters

context XmlUnmarshallerContext

Returns

byte