ReadOnlyDictionaryCodec<TKey,TValue> Class
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.
C#
[Orleans.RegisterSerializer]
public sealed class ReadOnlyDictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue>,Orleans.Serialization.Codecs.ReadOnlyDictionarySurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type ReadOnlyDictionaryCodec<'Key, 'Value> = class
inherit GeneralizedReferenceTypeSurrogateCodec<ReadOnlyDictionary<'Key, 'Value>, ReadOnlyDictionarySurrogate<'Key, 'Value>>
Public NotInheritable Class ReadOnlyDictionaryCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ReadOnlyDictionary(Of TKey, TValue), ReadOnlyDictionarySurrogate(Of TKey, TValue))
- TKey
- TValue
- Inheritance
-
GeneralizedReferenceTypeSurrogateCodec<ReadOnlyDictionary<TKey,TValue>,ReadOnlyDictionarySurrogate<TKey,TValue>>ReadOnlyDictionaryCodec<TKey,TValue>
- Attributes
Convert |
|
Convert |
Converts a value from the surrogate type to the field type. (Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
Convert |
|
Convert |
Converts a value to the surrogate type. (Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
Read |
Reads a value. (Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
Write |
Writes a field. (Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
Προϊόν | Εκδόσεις |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |