IValueSerializer<T> 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.
Functionality for serializing a value type.
public interface IValueSerializer<T> : Orleans.Serialization.Serializers.IValueSerializer where T : struct
type IValueSerializer<'T (requires 'T : struct)> = interface
interface IValueSerializer
Public Interface IValueSerializer(Of T)
Implements IValueSerializer
Type Parameters
- T
The value type.
- Derived
- Implements
Methods
Deserialize<TInput>(Reader<TInput>, T) |
Deserializes the specified type. |
Serialize<TBufferWriter>(Writer<TBufferWriter>, T) |
Serializes the provided value. |