IFieldCodec<T> Interface
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.
Provides functionality for reading and writing values of a specified type. Implements the IFieldCodec
C#
public interface IFieldCodec<T> : Orleans.Serialization.Codecs.IFieldCodec
type IFieldCodec<'T> = interface
interface IFieldCodec
Public Interface IFieldCodec(Of T)
Implements IFieldCodec
- T
The type which this implementation can read and write.
- Derived
- Implements
Read |
Reads a value. |
Write |
Writes a field using the provided untyped value. The type must still match the codec instance! (Inherited from IFieldCodec) |
Write |
Writes a field. |
IField |
|
IField |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |