TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer> Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public struct TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer> : Microsoft.Azure.Cosmos.Serialization.HybridRow.IO.IHybridRowSerializer<System.Collections.Generic.Dictionary<TKey,TValue>> where TKeySerializer : struct where TValueSerializer : struct
type TypedMapHybridRowSerializer<'Key, 'KeySerializer, 'Value, 'ValueSerializer (requires 'KeySerializer : struct and 'ValueSerializer : struct)> = struct
interface IHybridRowSerializer<Dictionary<'Key, 'Value>>
Public Structure TypedMapHybridRowSerializer(Of TKey, TKeySerializer, TValue, TValueSerializer)
Implements IHybridRowSerializer(Of Dictionary(Of TKey, TValue))
Type Parameters
- TKey
- TKeySerializer
- TValue
- TValueSerializer
- Inheritance
-
TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>
- Implements
-
IHybridRowSerializer<Dictionary<TKey,TValue>>
Properties
Comparer |
Methods
Read(RowBuffer, RowCursor, Boolean, Dictionary<TKey,TValue>) | |
Write(RowBuffer, RowCursor, Boolean, TypeArgumentList, Dictionary<TKey,TValue>) |