Table of Contents

Class StringUnmarshaller

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

Unmarshaller for string fields

public class StringUnmarshaller : IUnmarshaller<string, XmlUnmarshallerContext>, IUnmarshaller<string, JsonUnmarshallerContext>
Inheritance
StringUnmarshaller
Implements
Inherited Members

Properties

Instance

public static StringUnmarshaller Instance { get; }

Property Value

StringUnmarshaller

Methods

GetInstance()

public static StringUnmarshaller GetInstance()

Returns

StringUnmarshaller

Unmarshall(JsonUnmarshallerContext)

public string Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

string

Unmarshall(XmlUnmarshallerContext)

public string Unmarshall(XmlUnmarshallerContext context)

Parameters

context XmlUnmarshallerContext

Returns

string