IGeneralizedBaseCodec Interface
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.
A base type serializer which supports multiple types.
public interface IGeneralizedBaseCodec : Orleans.Serialization.Serializers.IBaseCodec<object>
type IGeneralizedBaseCodec = interface
interface IBaseCodec<obj>
interface IBaseCodec
Public Interface IGeneralizedBaseCodec
Implements IBaseCodec(Of Object)
- Derived
- Implements
Methods
Deserialize<TInput>(Reader<TInput>, T) |
Deserializes into the provided value. (Inherited from IBaseCodec<T>) |
IsSupportedType(Type) |
Determines whether the specified type is supported by this instance. |
Serialize<TBufferWriter>(Writer<TBufferWriter>, T) |
Serializes the provided value. (Inherited from IBaseCodec<T>) |