PersistentComponentStateSerializer<T> Class
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.
Provides custom serialization logic for persistent component state values of type T.
public abstract class PersistentComponentStateSerializer<T>
type PersistentComponentStateSerializer<'T> = class
Public MustInherit Class PersistentComponentStateSerializer(Of T)
Type Parameters
- T
The type of the value to serialize.
- Inheritance
-
PersistentComponentStateSerializer<T>
Constructors
| PersistentComponentStateSerializer<T>() |
Methods
| Persist(T, IBufferWriter<Byte>) |
Serializes the provided |
| Restore(ReadOnlySequence<Byte>) |
Deserializes a value of type |