AWS SDK for .NET Documentation
DictionaryUnmarshaller<(Of <(<'K, V, KUnmarshaller, VUnmarshaller>)>)> Class
AmazonAmazon.Runtime.Internal.TransformDictionaryUnmarshaller<(Of <(<'K, V, KUnmarshaller, VUnmarshaller>)>)> Did this page help you?   Yes   No    Tell us about it...
Declaration Syntax
C#
public class DictionaryUnmarshaller<K, V, KUnmarshaller, VUnmarshaller> : IUnmarshaller<Dictionary<K, V>, XmlUnmarshallerContext>, 
	IUnmarshaller<Dictionary<K, V>, JsonUnmarshallerContext>
where KUnmarshaller : Object, IUnmarshaller<K, XmlUnmarshallerContext>, IUnmarshaller<K, JsonUnmarshallerContext>
where VUnmarshaller : Object, IUnmarshaller<V, XmlUnmarshallerContext>, IUnmarshaller<V, JsonUnmarshallerContext>
Generic Template Parameters
K
V
KUnmarshaller
VUnmarshaller
Members
All MembersConstructorsMethods



IconMemberDescription
DictionaryUnmarshaller<(Of <(<'K, V, KUnmarshaller, VUnmarshaller>)>)>(KUnmarshaller, VUnmarshaller)
Initializes a new instance of the DictionaryUnmarshaller<(Of <(<'K, V, KUnmarshaller, VUnmarshaller>)>)> class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Unmarshall(JsonUnmarshallerContext)
Inheritance Hierarchy
Object
DictionaryUnmarshaller<(Of <(<'K, V, KUnmarshaller, VUnmarshaller>)>)>

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)