ISerializable<TSelf>
Represents an object that supports serialization and deserialization.
ValueTask<TSelf> ReadFromAsync<TReader>(TReader reader, CancellationToken token) where TReader : IAsyncBinaryReader
Decodes the object of type TSelf from its binary representation.