TuplePackers.Decoder<T>
Namespace: SnowBank.Data.Tuples.Binary · delegate
Implements: MulticastDelegate, ICloneable, ISerializable
Delegate that decodes a value of type T from encoded bytes
Constructors
Decoder<T>
Decoder<T>(object object, IntPtr method)
Methods
BeginInvoke
IAsyncResult BeginInvoke(ReadOnlySpan<byte> packed, AsyncCallback callback, object object)
EndInvoke
T EndInvoke(IAsyncResult result)
Invoke
T Invoke(ReadOnlySpan<byte> packed)