TuplePackers.Encoder<T>
Namespace: SnowBank.Data.Tuples.Binary · delegate
Implements: MulticastDelegate, ICloneable, ISerializable
Delegate that writes a value of type T into a TupleWriter
Constructors
Encoder<T>
Encoder<T>(object object, IntPtr method)
Methods
BeginInvoke
IAsyncResult BeginInvoke(TupleWriter writer, T value, AsyncCallback callback, object object)
EndInvoke
void EndInvoke(IAsyncResult result)
Invoke
void Invoke(TupleWriter writer, T value)